How to solve keyboard problems in Swift 3?

前端 未结 3 1671
有刺的猬
有刺的猬 2021-01-26 08:34

The problem is that when I try to write in the text fields the keyboard cover them up. How can I scroll the text field up to see what am I writing. I have below lines of code to

3条回答
  •  面向向阳花
    2021-01-26 09:06

    You can use this two framework for keyboard problem solved:

    • IQKeyboardManager : Link

    • iOSUtilitiesSource: Link

提交回复
热议问题