I’m new to creating apps for iOS and I’m using storyboard mode. I wanted to know how can I add sounds. Also, does it require coding?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use this for playback of simple sounds. It uses the
AVFoundationframework, which will require you to add AVFoundation to your project, and use#import <AVFoundation/AVFoundation.h>