Autolayout issue with iOS 8.1.3

137 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 answers

0
MK-rou On

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