TweenPropertyDerived

public struct TweenPropertyDerived : TweenableProperty

The properties of UIButton that can be animated with a tween.

  • Declaration

    Swift

    public let animation: (UIButton) -> Tween.Animation
  • The contentEdgeInsets property of UIButton.

    Declaration

    Swift

    public static func contentEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived
  • The titleEdgeInsets property of UIButton.

    Declaration

    Swift

    public static func titleEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived
  • The imageEdgeInsets property of UIButton.

    Declaration

    Swift

    public static func imageEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived
  • The titleColor property of UIButton.

    Declaration

    Swift

    public static func titleColor(_ value: UIColor, state: UIControl.State) -> TweenPropertyDerived
  • The titleShadowColor property of UIButton.

    Declaration

    Swift

    public static func titleShadowColor(_ value: UIColor, state: UIControl.State) -> TweenPropertyDerived
  • The tintColor property of UIButton.

    Declaration

    Swift

    @available(iOS 5.0, *)
    public static func tintColor(_ value: UIColor) -> TweenPropertyDerived