quemb / QMBParallaxScrollViewController

Add a parallax top view to any UIScrollView (incl. UITableViews) - #Parallax #ScrollView #TableView #Header
http://quemb.github.io/QMBParallaxScrollViewController
MIT License
871 stars 121 forks source link

scrollsToTop & scrollToRowAtIndex not working #29

Closed jamrader closed 8 years ago

jamrader commented 8 years ago

Not sure what to do about this -- my bottom VC is a tableview. I've tried calling scrollToRowAtIndex from that view controller itself, as well as from its parent QMBParallaxVC. Neither responds.

Any suggestions? BTW, great work on this.