PreferenceCenterTheme
public struct PreferenceCenterTheme : Equatable, Sendable
Preference Center theme
-
View controller theme
Declaration
Swift
public var viewController: PreferenceCenterTheme.ViewController? -
Preference center
Declaration
Swift
public var preferenceCenter: PreferenceCenterTheme.PreferenceCenter? -
Common section theme
Declaration
Swift
public var commonSection: CommonSection? -
Labeled section break theme
Declaration
Swift
public var labeledSectionBreak: LabeledSectionBreak? -
Alert theme
Declaration
Swift
public var alert: Alert? -
Contact management theme
Declaration
Swift
public var contactManagement: ContactManagement? -
Channel subscription item theme
Declaration
Swift
public var channelSubscription: ChannelSubscription? -
Contact subscription item theme
Declaration
Swift
public var contactSubscription: ContactSubscription? -
Contact subscription group theme
Declaration
Swift
public var contactSubscriptionGroup: ContactSubscriptionGroup? -
Navigation bar theme
See moreDeclaration
Swift
public struct NavigationBar : Equatable, Sendable -
View controller theme
See moreDeclaration
Swift
public struct ViewController : Equatable, Sendable -
Preference center
See moreDeclaration
Swift
public struct PreferenceCenter : Equatable, Sendable -
Text appearance
See moreDeclaration
Swift
public struct TextAppearance : Equatable, Sendable -
Chip theme for contact subscription groups
See moreDeclaration
Swift
public struct Chip : Equatable, Sendable -
Common section theme
See moreDeclaration
Swift
public struct CommonSection : Equatable, Sendable -
Labeled section break theme
See moreDeclaration
Swift
public struct LabeledSectionBreak : Equatable, Sendable -
Alert item theme
See moreDeclaration
Swift
public struct Alert : Equatable, Sendable -
Contact management item theme
See moreDeclaration
Swift
public struct ContactManagement : Equatable, Sendable -
Channel subscription item theme
See moreDeclaration
Swift
public struct ChannelSubscription : Equatable, Sendable -
Contact subscription item theme
See moreDeclaration
Swift
public struct ContactSubscription : Equatable, Sendable -
Contact subscription group item theme
See moreDeclaration
Swift
public struct ContactSubscriptionGroup : Equatable, Sendable -
Loads a preference center theme from a plist file
Declaration
Swift
public static func fromPlist( _ plist: String ) throws -> PreferenceCenterThemeParameters
plistThe name of the plist in the bundle
View on GitHub