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
textColor
property ofUITextField
.Declaration
Swift
public static func textColor(_ value: UIColor) -> TweenPropertyDerived
-
The
minimumFontSize
property ofUITextField
.Declaration
Swift
public static func minimumFontSize(_ value: CGFloat) -> TweenPropertyDerived