In this article, we'll implement a new view controller container, STKMenuViewController. (more…)
Let's talk about view controller containers. More and more, developers are using non-standard user interfaces for organizing their screens in…
This blog piece was updated on 10/31/16 to include updated code from Objective-C to Swift. This post was originally published on 9/24/13.…
One thing that I see quite often is UITableViewCells that have a UIControl (like a UIButton or UISwitch) on them.…
It is easy to confuse which lines of code belong in viewDidLoad and viewWillAppear:. (more…)
Remember the days where you had to implement the dealloc method for every class? (more…)
So, iOS circular progress bar: taking the red eye back from San Francisco is the bane of my existence, so…
The overriding issue in developing an iOS application - or any client application - is that you have a very…
One of the most important pieces to the Objective-C puzzle is realizing that most objects don't really hold any data.…
In this post, I wanted to have a light description of some of the iOS Autolayout fun facts and tips…
"Should I use #define or a constant variable in Objective-C?" (more…)
Some of you may have noticed that your view controller in iOS 6 no longer gets sent to viewWillUnload or…