Custom UITableViewCell with height defined in UITableView
Posted
by Wayne Lo
on Stack Overflow
See other posts from Stack Overflow
or by Wayne Lo
Published on 2010-03-19T04:33:22Z
Indexed on
2010/03/19
4:41 UTC
Read the original article
Hit count: 225
custom
|uitableviewcell
I have a custom UITableViewCell. In its function - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier, I need to know the cell height as defined in the tableView function heightForRowAtIndexPath so I can properly position UITextField, UIButton, etc in the cell. . Any ideas?
© Stack Overflow or respective owner