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

Can u change the title should be case-sensitive #336

Open virendrapatil0 opened 2 years ago

virendrapatil0 commented 2 years ago

is not issue I need set the title in should be case-sensitive can u possible the custome change of title .

Screenshot 2021-12-16 at 10 42 48 AM

Report

What did you do?

ℹ Please replace this with what you did.

What did you expect to happen?

ℹ Please replace this with what you expected to happen.

What happened instead?

ℹ Please replace this with of what happened instead.

Environment

ℹ Please fill in this section with information about your environment

Xcode Version: SkyFloatingLabelTextField Version: 3.8.0 Deployment Target: 13.0 Base SDK: Method of Integration: CocoaPods | Carthage | Manual - cocoa pods

Project that demonstrates the issue

ℹ Please link to a project we can download that reproduces the issue if applicable.

ivangenta3 commented 2 years ago

you can override this closure:

textField.titleFormatter = { text in
    return text
}