1

Auto correction of UITextview is working perfectly in iPhone 5s but it is not displaying proper and hidden behind the keyboard in iPhone 6.

I am taking reference of this:

auto correction hidden under keyboard in iphone 6

But i could not find any proper solution.

Community
  • 1
  • 1
Parthpatel1105
  • 541
  • 6
  • 17

1 Answers1

1

This is a common issue that need to handle in devices with different size and portrait to landscape switching, so you can go for a general solution for all screens.

  1. Use this 3rd party library IQkeyboardManager(you can find it in github).

  2. or listen keyboard show and hide notification and implement a logic to handle the keyWindow position.

kumarPv
  • 483
  • 4
  • 8