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...