I know that cellForRowAtIndexPath is first called for each cell. The height of the cells is 89.
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UILabel *textName = nil; UIImageView* image = nil; unsigned int DATA_TAG = 1001; unsigned int IMG_TAG = 1002;
Codemonkey
source share