Why no scroll-to-top gesture?
Why no scroll-to-top gesture?
- Subject: Why no scroll-to-top gesture?
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Fri, 16 Oct 2015 14:11:06 +0700
Master-Detail iOS 9 app; Xcode 7.
Master has a TableView with UISearchController.
When I scroll the Master TableView and then use the scroll-to-top gesture (a tap on the status bar) the expected thing happens.
But when I do the same with the SearchResultsTableView, nothing happens at all.
I have an old version of this app (build with SDK 8) which works as expected.
I tried to build the current version with SDK 8, but Xcode told me that I can only choose between Latest iOS (iOS 9.0) and iOS 9.0.
There is this TableSearchwithUISearchController Sample Code from Apple, which has the same (wrong?) behaviour.
Is this a new feature? Or a bug?
I fixed this by subclassing UIApplication and overriding sendEvent:. Is there a better solution?
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden