when i write code that,
override func viewDidLoad() {
super.viewDidLoad()
self.skyFloatingLabelTextField.textContentType = .oneTimeCode
self.skyFloatingLabelTextField.textAlignment = .left
self.skyFloatingLabelTextField.becomeFirstResponder()
}
That'i not problem on textContentType but, when i click autoFill on keyboard, text not correctly writing on textfiled
SkyFloatingLabelTextField library, unsupport autofill ?