CatalogViewDisplayConfig
public struct CatalogViewDisplayConfig
Undocumented
-
Undocumented
See moreDeclaration
Swift
public struct Spacing : Sendable
-
Undocumented
See moreDeclaration
Swift
public enum CategoryAllPosition : Sendable
-
Undocumented
Declaration
Swift
public var backgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var categoriesTitleColor: UIColor
-
Undocumented
Declaration
Swift
public var categoriesTitleFont: BooksFont
-
Undocumented
Declaration
Swift
public var categoryNameColor: UIColor
-
Undocumented
Declaration
Swift
public var categoryNameFont: BooksFont
-
Undocumented
Declaration
Swift
public var separatorConfig: SeparatorConfig
-
Undocumented
Declaration
Swift
public var shouldShowHeadingSeparator: Bool
-
Undocumented
Declaration
Swift
public var shouldShowSeparatorInTableHeader: Bool
-
Undocumented
Declaration
Swift
public var spacing: Spacing
-
Undocumented
Declaration
Swift
public var categoryAllPosition: CategoryAllPosition
-
Undocumented
Declaration
Swift
public var showOnlyBooksAndAudiobooks: Bool
-
Undocumented
Declaration
Swift
public var enableSearch: Bool
-
init(backgroundColor:
categoriesTitleColor: categoriesTitleFont: categoryNameColor: categoryNameFont: separatorConfig: shouldShowHeadingSeparator: shouldShowSeparatorInTableHeader: spacing: categoryAllPosition: showOnlyBooksAndAudiobooks: enableSearch: ) Undocumented
Declaration
Swift
public init( backgroundColor: UIColor = .init(red: 0xE9 / 255.0, green: 0xEA / 255.0, blue: 0xED / 255.0, alpha: 1), categoriesTitleColor: UIColor = .init(white: 0x19 / 255.0, alpha: 1), categoriesTitleFont: BooksFont = .init(style: .boldTitle, size: 16), categoryNameColor: UIColor = .init(white: 0x19 / 255.0, alpha: 1), categoryNameFont: BooksFont = .init(style: .title, size: 16), separatorConfig: SeparatorConfig = .init(), shouldShowHeadingSeparator: Bool = false, shouldShowSeparatorInTableHeader: Bool = false, spacing: Spacing = .init(), categoryAllPosition: CategoryAllPosition = .none, showOnlyBooksAndAudiobooks: Bool = false, enableSearch: Bool = false )