码迷,mamicode.com
首页 > 其他好文 > 详细

用xib定义UITableViewCell

时间:2015-10-20 21:23:27      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

在xib中重新定义了UITableViewCell后,要在继承了UITableViewCell的.m文件中,实现方法:

- (void)setSelected:(BOOL)selected animated:(BOOL)animated {

    [super setSelected:selected animated:animated];

 

    // Configure the view for the selected state

}

 

不然表格cell中的按钮控件不能点击

用xib定义UITableViewCell

标签:

原文地址:http://www.cnblogs.com/aminopeptidase/p/4896002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!