I have textfields in my viewcontroller view. So, few of textfields are hiding behind keyboard while appearing. So, I have integrated IQKeyboardManager by pod and textfields are moving up while keyboard appears.
But, strangely, I am facing some status bar issue after dismissing the keyboard.
Even I tried to changed the version too to pod 'IQKeyboardManagerSwift', '6.0.2' as per others suggestions to fix the issue, but, still its happening.
Any suggestions?
Before keyboard appearing
After keyboard disappears
Even I tried with following solution by adding in Appdelegate class, but, did not helped.
IQKeyboardManager.shared.canAdjustAdditionalSafeAreaInsets = true