- (CGFloat)tableView:(UITableView *)tableview heightForRowAtIndexPath:(NSIndexPath *)indexPath {
return 60.0f;
}
Reference: jpm@stackoverflow.com
Subscribe to:
Post Comments (Atom)
- (CGFloat)tableView:(UITableView *)tableview heightForRowAtIndexPath:(NSIndexPath *)indexPath {
return 60.0f;
}
Reference: jpm@stackoverflow.com
No comments:
Post a Comment