在iOS 13设备上,手机号码不会显示为自动填充。在iOS 11和iOS 12设备上,系统显示autofill.Please指南的手机号码。
发布于 2019-11-07 20:07:02
尝试使用keyboardType = .numbersAndPunctuation。它可以工作,但看起来不舒服:(
keyboardType = .numbersAndPunctuation
Apple Developer Forum Thread
https://stackoverflow.com/questions/58341743
相似问题