You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyboard is not shown initially when the modal page sheet is presented. I then tap a textfield, I have a property UIView that contains the textfields and I pass that property as the target in [IHKeyboardAvoiding setAvoidingView:self.view withTarget:self.avoiding].
Expected behaviour is that the text fields within self.avoiding (UIView) should still be visible within the page sheet.
By my observations, the gap from the main screen bottom and the page sheet bottom is added in the calculation of avoiding the keyboard
No description provided.
The text was updated successfully, but these errors were encountered: