SkyFloatingLabelTextField
SkyFloatingLabelTextField copied to clipboard
Warnings

Using SkyFloatingLabelTextFieldWithIcon , changed the icon type value to 1 and set image icon but still on every text field getting warning
WARNING - Did set iconImage when the iconType is set to IconType.font. The image will not be displayed.
Hey @invinciible,
I'm not sure if Xcode maintains order when setting User Defined Runtime Attributes, if it does moving iconTypeValue before iconImage should remove the warning. If it doesn't I think there might be no way around this