Passing Data Between View Controllers (iOS Obj-C) Torrey Betts / Thu, May 29, 2014 Introduction When designing an app that makes use of multiple view controllers it may become necessary to pass data back and forth between the view controllers. This common occurance will be...
Quick-Tip: Dividing a CGRect Using CGRectDivide (Objective-C) Torrey Betts / Tue, May 28, 2013 Introduction When developing iOS applications without using Interface Builder, you'll always end up with a headache of trying to work out some math to split up and layout your views. One obscure method...