iOS 12 SMS Reading API?

前端 未结 6 890
既然无缘
既然无缘 2021-01-12 01:07

In Beta version of iOS 12 I have observed it gives OTP(from SMS) in keyboard suggestion.
So is there any API which they have created for developers ? Or that would just

6条回答
  •  一整个雨季
    2021-01-12 01:40

    No there is no public API for that. It is automatically handled by OS. You just need to set UITextField's input view’s textContentType property to oneTimeCode.

    textField.textContentType = .oneTimeCode

提交回复
热议问题