iOS Development
Showing posts with label
UITableViewCell
.
Show all posts
Showing posts with label
UITableViewCell
.
Show all posts
Wednesday, 5 March 2014
Setting custom UITableViewCells height
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return 30;
}
Older Posts
Home
Subscribe to:
Comments (Atom)