Closed taflanidi closed 1 year ago
⤵️ Added:
"".extractDigits()
String
"".boxSizeWithFont(font)
tailPlaceholder
Country
Country.all
MaskedTextField
TextField
PhoneInputListener
MaskedTextInputListener
⤴️ Removed:
UITextField.cursorPosition
UITextInput.caretPosition
UITextView.cursorPosition
🔄 Modified:
swift-tools-version
5.7.1
⤵️ Added:
"".extractDigits()
: a helper method to extract digits from aString
"".boxSizeWithFont(font)
: a helper method to calculate a rectangle size for aString
tailPlaceholder
for the value to be completedCountry
: a model object representing a country with phone formatting, ISO codes & emojisCountry.all
: a dictionary of known countriesMaskedTextField
: a SwiftUITextField
with an attached maskPhoneInputListener
: aMaskedTextInputListener
allowing to enter a phone number of any known country⤴️ Removed:
UITextField.cursorPosition
: please use aUITextInput.caretPosition
property insteadUITextView.cursorPosition
: please use aUITextInput.caretPosition
property instead🔄 Modified:
swift-tools-version
→5.7.1