Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
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 {swift}import CommonCrypto{/swift}. In this post I will describe three methods that facilitate using {default}CommonCrypto{/default} in Swift and how to choose which method is … 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