AnyFormatKit Versions Save

Simple text formatting in Swift

2.5.2

2 years ago

Fixed crash while using DefaultTextInputFormatter after entering patternSymbol (“#” by default).

Solves: https://github.com/luximetr/AnyFormatKit/issues/39

2.0.0

2 years ago

0.1.6

5 years ago
  • Allow grouping character to be backspaces by moving the cursor one index to the left when the user attempt to backspace this character
  • Fix issue where the text input change would not be sent when the .content property of TextInput changes

Solves: https://github.com/luximetr/AnyFormatKit/issues/8

0.1.5

5 years ago

Fixes a big causing the input field to become empty when resigning first responder.

Solves: https://github.com/luximetr/AnyFormatKit/issues/4

0.1.4

5 years ago

Since the generated initializer is 'internal', users of the library were unable to initialize MulticastDelegate which was also causing them to be unable to create their own TextInput.

0.1.3

5 years ago
  • Update to Swift 4.2
  • Fix issue for Xcode 10 with duplicate Info.plist

0.1.2

6 years ago

Fixed crash when use autolayout. Code refactor.

0.1.1

6 years ago

Moved example and framework to separate projects.

0.1.0

6 years ago

Include formatter. Added usage to readme file. First release for pods.