Cocoa Swift
NSTextField validationNSTextField validation
Swift You want to sanitize user input before it gets into your model. Input validation can be brute force – you validate and set each {...}
Cocoa Swift
Swift You want to sanitize user input before it gets into your model. Input validation can be brute force – you validate and set each {...}
Core MIDI Swift
Swift and AudioToolbox pains Using C APIs in Swift is still a pain in the neck – even in Swift 4. Here is one of {...}
Swift Testing Uncategorized
If you're using KVO, how can you test the changes on your classes/structs? {...}
Core MIDI MIDI Swift
MusicSequence via a MIDI Virtual Source Virtual MIDI sources and destinations are a bit confusing. This is one way to use a Virtual MIDI source. {...}
Cocoa Swift
Swift script to create a Cocoa window Create a Cocoa window with a functioning button from a command line Swift script. How To Summary Resources {...}