tableView侧滑删除遇到的问题 2018-04-11 本文已影响0人 2525252472 1.iOS10 tableView侧滑删除时,会调用cell的 - (void)setFrame:(CGRect)frame 方法,如果cell重写了该方法需要注意。而iOS11则不会调用。