Swift and Cocoa Error Handling

I’ve not see much written about how to do real-world Cocoa error handling in Swift. That is, you’re calling Objective-C methods with NSError ** parameters and need to return an NSError back to your caller. This is very common with Cocoa. NSError is unwieldy, especially when you must consider that the output parameter could be … Continue reading Swift and Cocoa Error Handling