textField.keyboardType = .phonePad
textField.textContentType = .telephoneNumber
did't work . Seriously?
textField.keyboardType = .numbersAndPunctuation
textField.textContentType = .telephoneNumber
works. Seriously?
Post
Replies
Boosts
Views
Activity
input.textContentType = .telephoneNumber
input.keyboardType = .numbersAndPunctuation
works
But .phonePad and .telephoneNumber did't work. WTF
Brothers, Apple has secretly fixed this bug,The package I uploaded early today has shown that the minimum support is 9.0.
I get the same :(
Apple Developer Technical Support (DTS) (via email) hasn't been very helpful yet, unfortunately.