TweenPropertyDerived
public struct TweenPropertyDerived : TweenableProperty
The properties of UITextField that can be animated with a tween.
-
Declaration
Swift
public let animation: (UITextField) -> Tween.Animation -
The
textColorproperty ofUITextField.Declaration
Swift
public static func textColor(_ value: UIColor) -> TweenPropertyDerived -
The
minimumFontSizeproperty ofUITextField.Declaration
Swift
public static func minimumFontSize(_ value: CGFloat) -> TweenPropertyDerived
View on GitHub
TweenPropertyDerived Structure Reference