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

SkyFloating title level #242

Closed sunkumar closed 5 years ago

sunkumar commented 5 years ago

Dear Team,

I have implemented this class in my couple of projects.

Will it be possible to keep an option as Bool for autocapitalization of title?

Right now all the title going to Caps. My requirement is to keep title as it is placeholder. Although I have edit the pod file but is not the good practice.

Thanks

k0nserv commented 5 years ago

Hey @sunkumar you can change this behaviour by setting the titleFormatter property

NupendraVerma commented 5 years ago

Hey @sunkumar you can change this behaviour by setting the titleFormatter property

Thank You sir