UITextField throwing all kinds of errors in iOS 14

前端 未结 1 1639
无人共我
无人共我 2021-02-05 14:36

Why is UITextfield throwing so many errors in the console?

[Assert] View <(null):0x0> does not conform to UITextInput protocol

Happens whil

相关标签:
1条回答
  • 2021-02-05 14:59

    I found very interesting one problem of apple. If your view controller contains 'New' in class name, above issue is happened. For example, your view controller's name is NewOnboardingViewController or SocialNewViewController. So the best way to ignore above issue is to replace 'New'

    0 讨论(0)
提交回复
热议问题