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
contentEdgeInsetsproperty ofUIButton.Declaration
Swift
public static func contentEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived -
The
titleEdgeInsetsproperty ofUIButton.Declaration
Swift
public static func titleEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived -
The
imageEdgeInsetsproperty ofUIButton.Declaration
Swift
public static func imageEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived -
The
titleColorproperty ofUIButton.Declaration
Swift
public static func titleColor(_ value: UIColor, state: UIControl.State) -> TweenPropertyDerived -
The
titleShadowColorproperty ofUIButton.Declaration
Swift
public static func titleShadowColor(_ value: UIColor, state: UIControl.State) -> TweenPropertyDerived -
The
tintColorproperty ofUIButton.Declaration
Swift
@available(iOS 5.0, *) public static func tintColor(_ value: UIColor) -> TweenPropertyDerived
View on GitHub
TweenPropertyDerived Structure Reference