background preloader

Ios

Facebook Twitter

UITableView Delegate methods for UITableView Header and Footer. This example will show delegate methods for UITableView Controller. 1.

UITableView Delegate methods for UITableView Header and Footer.

This delegate method is used for creating number of sections in UITableView. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { // Return the number of sections. return 1; } 2. This delegate method is used for set number of rows in section in UITableView. iPhone and iPad Design Templates and How to Use Them. There is a lot of “process” that goes into designing for mobile devices, but sometimes you just wanna jump in and get your hands dirty!

iPhone and iPad Design Templates and How to Use Them

This post is designed to give you the tools you’ll need and the basic design and technical requirements to get you up and running quickly. Standard Screen Sizes and Icon Sizes If you haven’t read the Apple Interface Guidelines for iPhone and iPad yet, you should. It’s a lot of information, but well worth the time spent to understand how Apple thinks about application design. iOS Boilerplate - A base template for iOS apps.