TweenPropertyDerived

public struct TweenPropertyDerived : TweenableProperty

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

  • Declaration

    Swift

    public let animation: (UILabel) -> Tween.Animation
  • The textColor property of UILabel.

    Declaration

    Swift

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

    Declaration

    Swift

    public static func highlightedTextColor(_ value: UIColor) -> TweenPropertyDerived
  • The shadowColor property of UILabel.

    Declaration

    Swift

    public static func shadowColor(_ value: UIColor) -> TweenPropertyDerived
  • The shadowOffset property of UILabel.

    Declaration

    Swift

    public static func shadowOffset(_ value: CGSize) -> TweenPropertyDerived
  • The minimumScaleFactor property of UILabel.

    Declaration

    Swift

    @available(iOS 6.0, *)
    public static func minimumScaleFactor(_ value: CGFloat) -> TweenPropertyDerived
  • The preferredMaxLayoutWidth property of UILabel.

    Declaration

    Swift

    @available(iOS 6.0, *)
    public static func preferredMaxLayoutWidth(_ value: CGFloat) -> TweenPropertyDerived