Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Releases: jobandtalent/AnimatedTextInput

Bug fixes, snapshot testing and content inset support

27 Apr 16:32
Compare
Choose a tag to compare

Major release with many new features

17 Apr 18:05
Compare
Choose a tag to compare

This new version includes:

  • AttributedString support
  • Swift 3.1 updates
  • Placeholder alignment
  • Clear button mode
  • Show/hide password toggle
  • InputAccessoryView is now a public property

Swift 3.0 compatibility

23 Nov 05:27
Compare
Choose a tag to compare

Thank you everyone that submitted a PR adapting it to Swift3. After reviewing them, we decided to go with our own adaptation. This is because it includes a few bug fixings and new features we use in our Jobandtalent app.

Main changes

  • AnimatedTextInputFieldConfigurator has a new type email
  • Ability to change the return key
  • First responder bug fixed
  • Ability to get/set selected text range
  • Ability to get textPosition
  • Ability to add a disclosure view on the right side of the control (example below)
    screen shot 2016-11-22 at 20 26 08

Minor fixings and improvements

07 Oct 14:59
Compare
Choose a tag to compare
  • Fix reopened placeholder frame bug: after applying a new style, placeholder frame was too small for the font and letters were cut.
  • Improve becomeFirstResponder behaviour
  • Add new style properties:
    • LineInactiveColor
    • yPlaceholderPositionOffset: allows you to move up/down the placeholder