SkyFloatingLabelTextField icon indicating copy to clipboard operation
SkyFloatingLabelTextField copied to clipboard

Reset colors to defaults in storyboard

Open RowanG1 opened this issue 7 years ago • 1 comments

I have a number of fields, and previously set colors for various parameters. Now I want to revert to default colors, and I need to go through each Skyfloat box, and set 5 or so colors. I would like to do this in code, instead, to save time. Is there a default color option, or a reset option?

RowanG1 avatar Oct 18 '18 22:10 RowanG1

Hey @RowanG1, no there currently isn't anything like that, but you could create an instance and take the colors from there

let defaultField = SkyFloatingLabelTextField(frame: CGRect.zero)
// defaultField.titleColor

k0nserv avatar Dec 10 '18 09:12 k0nserv