Prevent custom keyboard in textfield

后端 未结 4 1980
粉色の甜心
粉色の甜心 2021-01-04 06:55

I was experimenting with how a custom keyboard affects my app. I installed Swype on my iPhone 6.

I find that in some of my views where I have custom inputView prop

4条回答
  •  感动是毒
    2021-01-04 07:33

    I had a similar issue and I was able to fix it using UIInputViewController. Basically the view that I set in inputView is the view of my UIInputViewController subclass. I was using UIViewController, but after replacing the base view controller it started to work well.

提交回复
热议问题