-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
Describe the bug
When the keyboard opens, the text field gets hidden — this issue occurs only on iOS 26.
When I click on “Login,” the OTP verification popup appears, and the keyboard opens — but the OTP view gets hidden behind the keyboard. This issue occurs only on iOS 26.
@hackiftekhar Please help me :)
Here is the Present Popup Code:
let controller = VerifyOtpVC.instantiate(from: .Login)
controller.view.backgroundColor = .clear
controller.modalPresentationStyle = .overFullScreen
self.navigationController?.present(controller, animated: true)
I have installed below 2 pods:
pod 'IQKeyboardManagerSwift'
pod 'IQKeyboardToolbarManager'
AppDelegate Code:
import IQKeyboardManagerSwift
import IQKeyboardToolbarManager
IQKeyboardManager.shared.isEnabled = true
IQKeyboardToolbarManager.shared.isEnabled = true
Screenshots
Versions
Xcode: 16.4
Mac OS: Sequoia 15.4
Device Name: iPhone 12
Library Version: Latest Version of IQkeyboard
Metadata
Metadata
Assignees
Labels
No labels