Closed chrisamanse closed 7 years ago
Fixes issue #15.
I added code to manually scroll to the first row:
tableView.scrollToRowAtIndexPath(NSIndexPath(forRow: 0, inSection: 0), atScrollPosition: .Top, animated: false)
Fixes issue #15.
I added code to manually scroll to the first row: