-1

When we update constraint in cellForRowAtIndexPath? Then table jerks while scrolling. What is the best optimum solution to this issue? Thanks

1 Answers1

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