获取.xib高度以在heightForRowAtIndexPath函数中使用它

时间:2011-10-12 09:51:29

标签: iphone objective-c height tableviewcell

我创建了一个自定义.xib,其中包含一个包含UIImageViewUILabel的TableViewCell。

我想知道.xib文件中的TableViewCell高度,而不是在heightForRowAtIndexPath函数中手动设置它。

当我在.xib文件中手动更改时,UIImage的属性是否具有TableViewCell的高度?

1 个答案:

答案 0 :(得分:2)

UITableViewCell实际上是一个UIView,所以当你从xib加载它时,frame属性可以帮助你:

cell.frame.size.height