When we update constraint in cellForRowAtIndexPath? Then table jerks while scrolling. What is the best optimum solution to this issue? Thanks
Asked
Active
Viewed 123 times
-1
-
This question does not clearly describes the issue. Try posting some code or explaining with more details – Christopher Francisco Jun 09 '15 at 15:58
1 Answers
0
call [cell setNeedDisplay]
for your cell in cellForRowAtIndexPath: method
and implement - (void)drawRect:(CGRect)rect
method inside the cell class.

MK-rou
- 686
- 2
- 9
- 30