Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

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