我在使用这个UITableViewmethod时遇到问题:-(void)deleteSections:(NSIndexSet*)sectionswithRowAnimation:(UITableViewRowAnimation)animation首先文档说:animation:YEStoanimatethedeletionofsections,otherwiseNO.但是参数动画其实是枚举UITableViewRowAnimation类型,不是BOOL!?那么如何禁用动画呢?我试过NO和UITableViewRowAnimationNone。什么都不管用。部分删除始终是动画的。我知道我
我在使用这个UITableViewmethod时遇到问题:-(void)deleteSections:(NSIndexSet*)sectionswithRowAnimation:(UITableViewRowAnimation)animation首先文档说:animation:YEStoanimatethedeletionofsections,otherwiseNO.但是参数动画其实是枚举UITableViewRowAnimation类型,不是BOOL!?那么如何禁用动画呢?我试过NO和UITableViewRowAnimationNone。什么都不管用。部分删除始终是动画的。我知道我