This is the first of an article series about features our iPhones have that are not-so-obivous until you find them and try them once. All these features are explained somewhere on the web, and most of them are well detailed on Apple’s website, but, if you’re like me, you’re not going to explore that website… →
iPhone Audio: System Sound vs AVAudioPlayer
You want to play a short sound on certain actions (view swipe, data saved, data deleted) and the first question is: what library should I use, System Sound or AVAudioPlayer? Both libraries are fine for playing short sounds, but Apple recommends using AVAudioPlayer. System Sound Services (AudioToolbox.framework) is a collection of C functions and it… →