Autolayout issue with iOS 8.1.3

183 Views Asked by At

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

1

There are 1 best solutions below

0
On

call [cell setNeedDisplay] for your cell in cellForRowAtIndexPath: method and implement - (void)drawRect:(CGRect)rect method inside the cell class.