This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
Releases: ArtSabintsev/UIFloatLabelTextField
Releases · ArtSabintsev/UIFloatLabelTextField
Fixed Carthage (for real this time)
Added a dynamic framework with a shared scheme, which fixes Carthage support.
Carthage Fix
Fixed an issue with Carthage support by removing a redundant and broken shared scheme.
Exposed Clear Button
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
Added Carthage Support
1.2.4
1.2.3
1.2.2
Fixed placeholder label contraction issue thanks to https://github.com/estebansotoara.