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 ofUILabel
.Declaration
Swift
public static func textColor(_ value: UIColor) -> TweenPropertyDerived
-
The
highlightedTextColor
property ofUILabel
.Declaration
Swift
public static func highlightedTextColor(_ value: UIColor) -> TweenPropertyDerived
-
The
shadowColor
property ofUILabel
.Declaration
Swift
public static func shadowColor(_ value: UIColor) -> TweenPropertyDerived
-
The
shadowOffset
property ofUILabel
.Declaration
Swift
public static func shadowOffset(_ value: CGSize) -> TweenPropertyDerived
-
The
minimumScaleFactor
property ofUILabel
.Declaration
Swift
@available(iOS 6.0, *) public static func minimumScaleFactor(_ value: CGFloat) -> TweenPropertyDerived
-
The
preferredMaxLayoutWidth
property ofUILabel
.Declaration
Swift
@available(iOS 6.0, *) public static func preferredMaxLayoutWidth(_ value: CGFloat) -> TweenPropertyDerived