Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Releases: ArtSabintsev/UIFloatLabelTextField

Fixed Carthage (for real this time)

21 Apr 00:27
Compare
Choose a tag to compare

Added a dynamic framework with a shared scheme, which fixes Carthage support.

Carthage Fix

20 Apr 14:27
Compare
Choose a tag to compare

Fixed an issue with Carthage support by removing a redundant and broken shared scheme.

Exposed Clear Button

11 Nov 04:22
Compare
Choose a tag to compare

By request (#23), I have exposed the UIFloatLabelTextField clear button as a read-only property. It's called textFieldClearButton.

Somehow I skipped version 1.2.7... :(

1.2.5

08 Feb 05:10
Compare
Choose a tag to compare

Added Carthage Support

1.2.4: Merge branch 'master' of https://github.com/ArtSabintsev/UIFloatLabel…

11 Jan 19:08
Compare
Choose a tag to compare

Fixed issue with clearing textField.. Thanks to Alan Ihre for reporting and solving this issue in #16.

1.2.3

02 Jan 23:55
Compare
Choose a tag to compare

Fixes first responder improperly activating float label active color issue. Thanks to Alan Ihre for reporting and solving this issue in #16.

1.2.2

10 Nov 19:28
Compare
Choose a tag to compare

Fixed placeholder label contraction issue thanks to https://github.com/estebansotoara.