iOS Keyboard (inside UIRemoteKeyboardWindow) is Not Shown When UITextField Becomes First Responder in Touch ID Completion Block (iOS 10)

后端 未结 2 1107
自闭症患者
自闭症患者 2021-02-07 06:43

I\'ve recently discovered a problem in my app that only seems to occur in iOS 10 where the system keyboard does not display when programmatically triggering a text field to beco

2条回答
  •  遥遥无期
    2021-02-07 06:52

    As a temporary workaround, call becomeFirstResponder after a delay fixed this, however, not happy with the hacky solution.

提交回复
热议问题