Attributes
public struct Attributes
Optional additional attributes that can be applied to a subelement.
-
Corresponds to
UIView.layer.transform.Declaration
Swift
public var transform: CATransform3D -
Corresponds to
UIView.alpha.Declaration
Swift
public var alpha: CGFloat -
Corresponds to
UIView.isUserInteractionEnabled.Declaration
Swift
public var isUserInteractionEnabled: Bool -
Corresponds to
UIView.isHidden.Declaration
Swift
public var isHidden: Bool -
Corresponds to
UIView.tintAdjustmentMode.Declaration
Swift
public var tintAdjustmentMode: UIView.TintAdjustmentMode
View on GitHub
Attributes Structure Reference