我有一个UITableView,其中包含一个UITableViewCells列表.我在方法中设置了UITableViewCells的高度(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath.
(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
但是,我需要增加UITableViewCell选择时的高度.例如,UITableViewCell选择单元格时需要增加100像素的高度,有谁知道怎么做?
UITableViewCell
iphone cocoa-touch uitableview
cocoa-touch ×1
iphone ×1
uitableview ×1