Skip to content

Releases: amayers/NumericText

Lower deployment target

Choose a tag to compare

@amayers amayers released this 22 Mar 16:04
e58c03d

Thanks to @Akazm for making this support iOS 13, macOS 10.15, watchOS 6, and tvOS 13.

Fixed two way binding to number property

Choose a tag to compare

@amayers amayers released this 18 Jan 18:56
1.1.1
7bcb230

Previously only user side changes to the text field's contents were synced back to the number property. Now you can programmatically set the NumericTextModifier.number and the text field will update.

Added NumericTextModifier

Choose a tag to compare

@amayers amayers released this 13 Jul 00:11
c296012

Refactored NumericTextField's core logic into NumericTextModifier so you have more flexibility in how you use it.

First release

Choose a tag to compare

@amayers amayers released this 12 Jul 17:40
d9f1ce1
1.0.0

Only support Apple's 2020 OSs