This is what I want (cell top become at table top)
This is what is happening (cell top become at table center)
I use this code
    let indexPath = NSIndexPath(forRow: 2+numberOfComments, inSection: 0)
    self.tableView?.scrollToRowAtIndexPath(indexPath, atScrollPosition: UITableViewScrollPosition.Top, animated: true)
EDIT :- Extra info, the target cell is the last cell in the table.


 
     
    
