Skip to content

Releases: stephsharp/MaterialTextField

Fix README

15 Jul 20:37
Compare
Choose a tag to compare

Use full path for gif in README so it shows up correctly in CocoaPods docs.

Horizontal padding, left & right views, bug fixes

15 Jul 20:09
Compare
Choose a tag to compare

New features:

Updates:

  • Updates to Xcode settings and storyboard for Xcode 9.3
  • Bumped min deployment target to iOS 10.0
  • Modernised constraints in MFTextField

Bug fixes:

  • #17 Fix crash when attributed placeholder is nil
  • #20 Fix both floating & inline placeholders being shown when text is cleared

iOS 11 bug fixes

23 Oct 00:10
Compare
Choose a tag to compare
  • #12 Fix truncated text on iOS 11
  • #11 Fix crash when attributed string is empty

Bug fixes & README updates

18 Dec 02:36
Compare
Choose a tag to compare
  • Fix issue #4: Error label isn't properly laid out if it already exists when the view is loaded
  • Fix infinite loop & crashes caused by calls to [self layoutIfNeeded]
  • Update README with Carthage installation instructions and demo gif

Initial release

10 Nov 11:25
Compare
Choose a tag to compare

Simple Material Design text field with animated placeholder label and error message.