I am using setContentOffset
method to scroll the table to last cell.But table gets invisible automatically.
self.tblViewStatus.setContentOffset(CGPoint(x: 0, y: CGFloat.max), animated: false)
is there any other way to scroll the table to last cell ?