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 ofUIButton
.Declaration
Swift
public static func contentEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived
-
The
titleEdgeInsets
property ofUIButton
.Declaration
Swift
public static func titleEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived
-
The
imageEdgeInsets
property ofUIButton
.Declaration
Swift
public static func imageEdgeInsets(_ value: UIEdgeInsets) -> TweenPropertyDerived
-
The
titleColor
property ofUIButton
.Declaration
Swift
public static func titleColor(_ value: UIColor, state: UIControl.State) -> TweenPropertyDerived
-
The
titleShadowColor
property ofUIButton
.Declaration
Swift
public static func titleShadowColor(_ value: UIColor, state: UIControl.State) -> TweenPropertyDerived
-
The
tintColor
property ofUIButton
.Declaration
Swift
@available(iOS 5.0, *) public static func tintColor(_ value: UIColor) -> TweenPropertyDerived