I was wondering if there was a way you could play the "sent mail" sound clip in your app without using MFMailComposeViewController. I have a custom view controller for sending messages in my app. is there a way to play the sound wh开发者_运维知识库en the user sends the message?
There is no function or method for that, but what you can do is find that sound in the Frameworks and play it as other sound you would have. For example here you can find the path of the keyboard click sound:
Increase keyboard click sound back to normal?
You will have to look for the mail sound probably in the same UIKit.Framework or the frameworks that looks like the one who has the mail stuff.
精彩评论