Keep up with the keyboard

RSS for tag

Discuss the WWDC23 Session Keep up with the keyboard

View Session

Posts under wwdc2023-10281 tag

2 Posts
Sort by:
Post not yet marked as solved
46 Replies
25k Views
Simplely, when we set UITextView.inputView and then call becomeFirstResponder, but the custom inputView could not show expectedly just like before. We test this code in iOS17 and below, while only iOS17 does not work. And xcode console print these logs: Failed to retrieve snapshot. -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID Unsupported action selector setShiftStatesNeededInDestination:autoShifted:shiftLocked: Unsupported action selector setShiftStatesNeededInDestination:autoShifted:shiftLocked: Unsupported action selector setShiftStatesNeededInDestination:autoShifted:shiftLocked: Unsupported action selector setShiftStatesNeededInDestination:autoShifted:shiftLocked:
Posted
by MatchBoxy.
Last updated
.
Post not yet marked as solved
1 Replies
435 Views
Does anyone know if it’s possible to have keyboard logic work one way in portrait mode but completely different in landscape? For context like In portrait for it to raise a stackview that has textfields inside of it on top of the keyboard but in landscape the desired behavior is now the textfields appear above the keyboard
Posted
by Redghy7.
Last updated
.