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
textColorproperty ofUILabel.Declaration
Swift
public static func textColor(_ value: UIColor) -> TweenPropertyDerived -
The
highlightedTextColorproperty ofUILabel.Declaration
Swift
public static func highlightedTextColor(_ value: UIColor) -> TweenPropertyDerived -
The
shadowColorproperty ofUILabel.Declaration
Swift
public static func shadowColor(_ value: UIColor) -> TweenPropertyDerived -
The
shadowOffsetproperty ofUILabel.Declaration
Swift
public static func shadowOffset(_ value: CGSize) -> TweenPropertyDerived -
The
minimumScaleFactorproperty ofUILabel.Declaration
Swift
@available(iOS 6.0, *) public static func minimumScaleFactor(_ value: CGFloat) -> TweenPropertyDerived -
The
preferredMaxLayoutWidthproperty ofUILabel.Declaration
Swift
@available(iOS 6.0, *) public static func preferredMaxLayoutWidth(_ value: CGFloat) -> TweenPropertyDerived
View on GitHub
TweenPropertyDerived Structure Reference