CreateCardView
public final class CreateCardView : UIView
Create card independent view. Can be used to easily integrate the SDK on a pre-existing layout.
-
Style customizations that will be applied to the view.
Declaration
Swift
public var style: CreateCardStyle { get set }
-
Init an
CreateCardView
with the given frame and the default style.Declaration
Swift
override public init(frame: CGRect)
-
Init an
CreateCardView
with the default style when created from Interface Builder.Declaration
Swift
public required init?(coder: NSCoder)
-
Called when the trait collection changes.
Declaration
Swift
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)
Parameters
previousTraitCollection
The previous trait collection.
-
Called when the view window changes.
Declaration
Swift
override public func didMoveToWindow()