How to autoscroll tableview when a new item is added to it?
I tred to use
- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath
atScrollPosition:(UITableViewScrollPosition)scrollPosition
animated:(BOOL)animated
But I couldn't figure it out.
Can you please provide sample code?