
Swift
17 postsMy journey through Apple Swift, a new programming language for iOS, OS X, watchOS, and tvOS apps.

Swift: Load a Wav sound using AVFoundation
I sometimes need to dynamically load a .wav file. Here's how I do it using AVFoundation. func changeSound(_ song:(path: String, format: String)){ var err:NSError?...
Swift: Get Random Boolean
This function will help you get a random true or false boolean value. func randomBool() -> Bool { return arc4random_uniform(2) == 0 ? true : false }...

Curated list of audio frameworks and libraries for iPhone and OS X
A curated list of awesome audio frameworks, libraries, and software for iOS, Mac OSX and tvOS. Audio Production * AudioKit for iOS and OS X [https://github.com/audiokit/...
Subscribe to new posts
Processing your application
Please check your inbox and click the link to confirm your subscription
There was an error sending the email