FUILabel
open class FUILabel: UILabel
Subclass of UILabel, implementing onChangeHandler
that is invoked on changes to the value
property.
-
Implementation of change handler. Is invoked on changes to the
value
property.Declaration
Swift
open var onChangeHandler: ((Optional<String>) -> Void)?
-
To add space around the content
Declaration
Swift
open var insets : UIEdgeInsets = UIEdgeInsets()