After returning from a detail controller. I call scrollToRowAtIndexPath and it works as expected returning me to the row. If i continue to scroll down the tableview everything is fine, but scrolling up is extremely choppy no matter how slowly i scroll. No images just text. Is there any way to improve on this? All cells are the same and use the same identifier.
Asked
Active
Viewed 105 times
1

Khaled Barazi
- 8,681
- 6
- 42
- 62

hidden-username
- 2,610
- 3
- 14
- 19
-
2Are you using UITableViewAutomaticDimension? – Khaled Barazi Dec 07 '14 at 05:15
-
1Can you share what you did exactly to remove the choppiness? – Khaled Barazi Dec 07 '14 at 05:41
-
Ya I just set an explicit I height in heightForCellAtIndex. – hidden-username Dec 07 '14 at 05:52