TKUIHomeCardCustomizerItem
public struct TKUIHomeCardCustomizerItem
The representation of an home card component for the customizer
-
Undocumented
Declaration
Swift
public init(name: String, icon: UIImage, canBeHidden: Bool = true)
-
User-friendly name of this section.
Declaration
Swift
public let name: String
-
Icon for this section.
Declaration
Swift
public let icon: UIImage
-
Whether the user should should be allowed to hide this in the customizer. Defaults to
true
.Declaration
Swift
public var canBeHidden: Bool