【发布时间】:2010-11-07 02:03:28
【问题描述】:
可能重复:
Can you animate a height change on a UITableViewCell when selected?
我想在 UITableViewCell 被选中时更改它的高度。我可以通过定义来做到这一点
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
并在单元格被选中时调用 tableview 的 reloadData,但我希望对更改进行动画处理。有什么建议可以解决这个问题吗?
【问题讨论】:
标签: iphone uitableview animation height