Skip to content

Releases: amayers/NumericText

Lower deployment target

22 Mar 16:04
e58c03d
Compare
Choose a tag to compare

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

Fixed two way binding to number property

18 Jan 18:56
1.1.1
7bcb230
Compare
Choose a tag to compare

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

13 Jul 00:11
c296012
Compare
Choose a tag to compare

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

First release

12 Jul 17:40
d9f1ce1
Compare
Choose a tag to compare
1.0.0

Only support Apple's 2020 OSs