Re: iOS Keyboard Woes
Re: iOS Keyboard Woes
- Subject: Re: iOS Keyboard Woes
- From: "Glenn L. Austin" <email@hidden>
- Date: Thu, 08 Oct 2015 06:14:47 -0700
> On Oct 8, 2015, at 1:59 AM, Gerriet M. Denkmann <email@hidden> 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 (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