> On Oct 8, 2015, at 1:59 AM, Gerriet M. Denkmann <gerr...@mdenkmann.de> wrote:
> 
> A simple app with iOS 9.0.2:
> MasterView has TableView + SearchBar
> DetailView has other stuff.
> 
> Two things I am trying to do (and failing miserably)
> 
> Scenario A:
> Back from DetailView to MasterView with keyboard already in place.
> What I get (and don’t like) is: MasterView slides in from left (but without 
> keyboard), then the keyboard slides in from below.
> 
> The obvious solution: activate the keyboard in viewWillAppear. This worked 
> fine in 8.0, but 9.0 has a new behaviour:
> MasterView slides in from left with keyboard (good!), keyboard disappears 
> (sigh), keyboard slides in from below.
> 
> Scenario B:
> Back from DetailView to MasterView without keyboard (but with SearchBar 
> active).
> I tried to do [ self.searchController.searchBar resignFirstResponder] in 
> viewDidAppear, but this seems to have no effect. 
> 
> 
> Gerriet.

File a radar.  That sounds like a bug but it won't get fixed without a radar to 
track it.

-- 
Glenn L. Austin, Computer Wizard and Race Car Driver         <><
<http://www.austinsoft.com>


_______________________________________________

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

Reply via email to