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 of UITextField.

    Declaration

    Swift

    public static func textColor(_ value: UIColor) -> TweenPropertyDerived
  • The minimumFontSize property of UITextField.

    Declaration

    Swift

    public static func minimumFontSize(_ value: CGFloat) -> TweenPropertyDerived