【发布时间】:2012-06-27 07:40:37
【问题描述】:
当使用
更改单元格的行高时-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
if (a)
return 55
else
return 266
}
那么,
[aTableView beginUpdates];
如果表格单元格发生变化,表格单元格将动画到高度。
有没有办法控制这个动画的速度?
【问题讨论】:
标签: xcode animation uitableview heightforrowatindexpath