Category Archives: Objective-C

Using CommonCrypto in Swift

Using CommonCrypto in Swift is tricky because it is not a standalone module, so you cannot just import CommonCrypto. In this post I will describe three methods that facilitate using CommonCrypto in Swift and how to choose which method is best … Continue reading

Posted in Objective-C, Swift, Tutorial | 6 Comments

Snippet: Macros for ARC-agnostic Code

In an ideal World, we would all be using ARC now and all our code bases would have been converted to ARC but, if like me, you still have some legacy code you may find yourself needed to make some … Continue reading

Posted in Code Snippets, Objective-C | 4 Comments

Code: Playing Ogg Vorbis Files on iOS

Often I finish the code for a tutorial or blog article long before I ever get around to writing the article. I know this frustrates some of my readers as they wait for the next in a series of articles … Continue reading

Posted in Code, Objective-C | Leave a comment