Swift 2 OptionSetType

Swift 2 OptionSetType Swift 2/iOS 9 broke my calendar/date code. What's going on? Introduction RawOptionSetType OptionSetType Some Other Examples Summary Resources IntroductionTable of Contents If you have an app that…

Swift 2 AVAudioSequencer

Swift 2 AVAudioSequencer There's a brand new MIDI sequencer class in Swift 2 beta! It's the AVAudioSequencer. Introduction AVAudioSequencer Setup AVAudioEngine Setup AVMusicTrack Summary Update Resources IntroductionTable of Contents At…

Swift 2 and CoreMIDI

Swift 2 and CoreMIDI Swift 1.2 is notorious regarding its lack of function pointers to deal with C APIs such as Core MIDI. I've complained^H^H^H^H^H written about this several times.…

Disabled UIToolbar appearance

Disabled UIToolbar appearance A short tip on how to show that a UIToolbar is disabled. Introduction How to do it Summary Resources Introduction I wanted to disable a UIToolbar and…