SkyFloatingLabelTextField v1.1 Release Notes

    • ๐Ÿ”„ Changed the control to inherit from the UITextField class (previously the control inherited from UIControl)
    • ๐Ÿšš The delegate to use with the textfield is now the UITextFieldDelegate (removed the delegate:SkyFloatingLabelTextFieldDelegate class)
    • โœ‚ Removed placeHolderLabel, textField and hasText properties from SkyFloatingLabelTextField class
    • โœ‚ Removed textRectForBounds(bounds: CGRect) and placeholderLabelRectForBounds(bounds:CGRect) methods from SkyFloatingLabelTextField
    • The above methods have been replaced with the UITextfield methods editingRectForBounds(bounds: CGRect) and placeholderRectForBounds(bounds: CGRect) on SkyFloatingLabelTextField
    • โž• Added placeholderFont, editingOrSelected properties to SkyFloatingLabelTextField class