SkyFloatingLabelTextField icon indicating copy to clipboard operation
SkyFloatingLabelTextField copied to clipboard

How to set single color for all the textfields across app?

Open ghost opened this issue 5 years ago • 1 comments

I want to set lineColor and selectedLineColor for the SkyFloatingLabelTextField as a single color across the iOS Application . Is there any way to do that ?

What i mean by that is for example , i can set navigation bar background color to black by simply setting : UINavigationBar.appearance().backgroundColor = UIColor.black in App Delegate . I am wondering such a mechanism exists for the above mentioned properties in SkyFloatingLabelTextField.

ghost avatar Aug 01 '19 09:08 ghost

I don't see any good reason to not put a UI_APPEARANCE property on the component for this.

georgegillams avatar Aug 07 '19 09:08 georgegillams