¡@

Home 

2014/10/15 ¤U¤È 10:04:58

iphone Programming Glossary: cellimagetag

Setting dynamic height for UITableViewCell with only image (variable height) inside it

http://stackoverflow.com/questions/11189351/setting-dynamic-height-for-uitableviewcell-with-only-image-variable-height-ins

that actually creates cells when there are none to reuse. assuming there is a class property `int cellImageTag 100 ` UITableViewCell tableView UITableView tableView cellForRowAtIndexPath NSIndexPath indexPath UITableViewCell cell self.newsTableView.. initWithStyle UITableViewCellStyleDefault reuseIdentifier @ artistFeedCell imgView UIImageView alloc init imgView.tag cellImageTag cell.contentView addSubview imgView else imgView cell.contentView viewWithTag cellImageTag imgView.image ESArtistFeedObject.. alloc init imgView.tag cellImageTag cell.contentView addSubview imgView else imgView cell.contentView viewWithTag cellImageTag imgView.image ESArtistFeedObject artistfeeds objectAtIndex indexPath.section .image cell.contentView sizeToFit return cell..