Cell animation stop fraction must be greater than start fraction 发表于 2016-08-26 | 分类于 iOS | | 阅读次数 Cell animation stop fraction must be greater than start fraction 问题1234-(CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { //return 0.001f;设置大于0的数导致的crash return 0;} 可以解决crash的bug,这应该是苹果本身的一个bug,mark一下