Saturday April 25th, 2009
iPhone Dev Tips: View controllers & UIScrollView
Just something I’d better remind next time I pick up with an application development. View controllers are the solid rocks on which everything is built and UIScrollView is easy to use only if you know how. 1. UIViewController There are four main methods you’ll probably use: – (id)initWithNibName:(NSString *)nibName bundle:(NSBundle *)nibBundle In here you can init all of […]