usbong / UsbongKit

A framework for reading and displaying contents of Usbong Trees
www.usbong.ph
Apache License 2.0
2 stars 1 forks source link

Scroll back to top when node changes #20

Closed chrisamanse closed 7 years ago

chrisamanse commented 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)