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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com