Re: Keyboard woes

2020-11-17 Thread Alex Zavatone via Cocoa-dev
I know it’s a lot to ask, but what happens if you set up a simple case? Does the same thing happen? I’ve had to do that many times from back in the Macromedia days until now to narrow down what’s causing the problem. When faced with such strangeness as this, try to see if you can set up a sim

Re: Keyboard woes

2020-11-17 Thread Laurent Daudelin via Cocoa-dev
Xcode release 12.2, both iOS 13 and 14. Both on device and simulator. The work I did on the app was trying to get the split view controller with the new APIs to behave like when used with the old APIs. I finally gave up after trying every possible combination of style and behavior. My app was or

Re: Keyboard woes

2020-11-17 Thread Alex Zavatone via Cocoa-dev
Which version of Xcode and iOS? Is it in a Simulator, on the device or both? > On Nov 17, 2020, at 6:12 PM, Laurent Daudelin via Cocoa-dev > wrote: > > Anybody knows why, all of a sudden, when the keyboard will appear when > editing a UITextField or a UITextView, the entire screen seems to fr

Keyboard woes

2020-11-17 Thread Laurent Daudelin via Cocoa-dev
Anybody knows why, all of a sudden, when the keyboard will appear when editing a UITextField or a UITextView, the entire screen seems to freeze? The app in the debugger still to be still running but the interface seems frozen. Trying to rotate doesn’t do anything. There are no errors displayed i

Re: iOS Keyboard Woes

2015-10-08 Thread Glenn L. Austin
> On Oct 8, 2015, at 1:59 AM, Gerriet M. Denkmann 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 p

iOS Keyboard Woes

2015-10-08 Thread Gerriet M. Denkmann
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 wit