dimanche 1 mars 2015

UITableView with TableHeaderView wont scroll to top on status bar tap

Note that this is in Xamarin.iOS (C#). However, the concept should be the same.


I have a a few UIViewControllers each with a UITableView containing a TableHeaderView. These UITableViews won't scroll to the top on the status bar tap.


When I take the TableHeaderView out, the UITableView scrolls to the top on the status bar tap just fine.


For my UITableViews, I have explicitly set ScrollsToTop to true, and overridden the ShouldScrollToTop method in the UITableViewSource to always return true.


No luck. Why is the TableHeaderView keeping my UITableView from scrolling to the top on the status bar tap?




Aucun commentaire:

Enregistrer un commentaire