How can I get information if the keyboard is visible when the device orientation is changed? This information is sent internally - (void) didRotateFromInterfaceOrientation: (UIInterfaceOrientation) Method iFromInterfaceOrientation?
No, you will have to sign up for a notification and save the information somewhere.
Take a look
UIKeyboardWillShowNotification UIKeyboardDidShowNotification UIKeyboardWillHideNotification UIKeyboardDidHideNotification
Source: https://habr.com/ru/post/1768676/More articles:Specify the number of times the PHP class is created - oopJava: detecting changes in a file (polling files?) - javapython: get all built-in names - pythonHow do I create a daemon in uClinux using vfork? - cStreaming video for Windows Media Player via http - javaPHP web application and bulk mailing - phpRead a few lines from subprocess .Popen.stdout - pythonКак добавить вертикальный градиент с помощью css? - html_events is a null or not object error only when compiling debug = "false" - asp.netRestarting regular threads - multithreadingAll Articles