Cell animation stop fraction must be greater than start fraction

前端 未结 10 1370
梦毁少年i
梦毁少年i 2020-12-24 06:12

I m using Animation in table view cell...Animation is working fine when cell is totally visible.if any cell is partially visible at that time due to Animation my app is gett

10条回答
  •  無奈伤痛
    2020-12-24 07:05

    For people experienced this issue after iOS 7 updates: Check the view frame of the section footer view. If it overlaps with the tableview cell. System throws this exception.

提交回复
热议问题