Releases: RedMadRobot/input-mask-ios
Releases · RedMadRobot/input-mask-ios
7.3.2: macOS
7.2.8
7.2.6
7.2.1
7.2.0
7.1.1
7.1.0
NumberInputListener
: aMaskedTextInputListener
allowing to enter currencies and other numbers"".numberOfOccurrencesOf(string)
: a helper method to count occurencies of substrings
🔄 Modified:
CharacterSet.isMember(character:)
madepublic
MaskedTextInputListener
:UITextFieldDelegate
andUITextViewDelegate
extensions madeopen
MaskedTextInputListener.atomicCaretMovement
is now applied everywhere
7.0.1
7.0.0
- New logo :D
- New README :D
- A basic UI test in the Sample project for the date/phone fields
"".extractDigits()
: a helper method to extract digits from aString
"".boxSizeWithFont(font)
: a helper method to calculate a rectangle size for aString
- Text listener callbacks now return a
tailPlaceholder
for the value to be completed Country
: a model object representing a country with phone formatting, ISO codes & emojisCountry.all
: a dictionary of known countriesMaskedTextField
: a SwiftUITextField
with an attached mask- A SwiftUI sample project
PhoneInputListener
: aMaskedTextInputListener
allowing to enter a phone number of any known country
UITextField.cursorPosition
: please use aUITextInput.caretPosition
property insteadUITextView.cursorPosition
: please use aUITextInput.caretPosition
property instead
🔄 Modified:
swift-tools-version
→5.7.1
- Pod platform →
16.1