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
-
Author Archives: idz
Tutorial: Building a Web Browser with UIWebView Revisited (Part 1)
By far the most popular tutorial series on this site has been the “Building a Web Browser with UIWebView” series. Over time, however, the tools and code presented have become outdated. Manual memory management has been replaced with Automatic Reference … Continue reading
Posted in Tutorial
4 Comments
New iOS 7 SDK Features
During the WWDC keynote, Craig Federighi showed a very busy slide with a list of new and/or improved APIs in the iOS SDK. Here’s an alphabetical list: 3D Map View 60-fps Video Capture Add to Reading List AirDrop from Activity … Continue reading
Posted in WWDC
Leave a comment
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