iOS Development: You're Doing It Wrong

How to do things The Right Way™ when it comes to iOS Development.

Friday, 28 June 2013

iOS App Architecture and TDD #1: The UIViewController Spaghetti Monster

›
Agenda I want to talk about iOS app architecture and Test Driven Development. For the past couple of years I’ve been dev...
296 comments:
Friday, 10 August 2012

You're Doing It Wrong #4: -[UIView viewWithTag:]

›
UIView has a tag property and a corresponding -viewWithTag: method. Used together, one can quickly access a specific subview without the ...
15 comments:
Monday, 23 July 2012

You're Doing It Wrong #3: error:NULL

›
This week's post is going to be short and simple, and it relates to error handling. In Objective-C, a common way to report err...
11 comments:
Thursday, 19 July 2012

You're Doing It Wrong #2: Sizing labels with -[NSString sizeWithFont:...]

›
Author's note: Well, I've already blown my one-post-per-week target. UIButton 's insets behaviour finally got the best of...
22 comments:
Monday, 9 July 2012

You're Doing It Wrong #1: NSLog("Debug"); (iOS Development)

›
Logging. Ah, yes... the age-old problem. In the world of iOS development, the trusty NSLog macro is used by many to print out d...
55 comments:

You're Doing It Wrong #0: Introduction

›
Hi there. I've started this blog so I can post articles on iOS development. I've been developing for the iOS platform for a ...
11 comments:
Home
View web version
Powered by Blogger.