Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Selected Title Font #265

Closed fbernardo closed 5 years ago

fbernardo commented 5 years ago

Added a property to customize the title label font when editing. I called it selectedTitleFont to match selectedTitleColor. An example of usage:

font = UIFont.lightP1RegularLeft
selectedTitleFont = UIFont.grayP3RegularLeft

2019-01-07 22 09 22

fbernardo commented 5 years ago

I believe there's already a way of doing this. My bad 😨