BooksFilterViewDisplayConfig
public struct BooksFilterViewDisplayConfig
Undocumented
-
Undocumented
See moreDeclaration
Swift
public struct Spacing : Sendable
-
Undocumented
Declaration
Swift
public var backgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var selectedCellBackgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var filterNameColor: UIColor
-
Undocumented
Declaration
Swift
public var filterNameFont: BooksFont
-
Undocumented
Declaration
Swift
public var matchCountColor: UIColor
-
Undocumented
Declaration
Swift
public var matchCountFont: BooksFont
-
Undocumented
Declaration
Swift
public var separatorConfig: SeparatorConfig
-
Undocumented
Declaration
Swift
public var spacing: Spacing
-
init(backgroundColor:
selectedCellBackgroundColor: filterNameColor: filterNameFont: matchCountColor: matchCountFont: separatorConfig: spacing: ) Undocumented
Declaration
Swift
public init( backgroundColor: UIColor = .init(red: 0xE9 / 255.0, green: 0xEA / 255.0, blue: 0xED / 255.0, alpha: 1), selectedCellBackgroundColor: UIColor = .init(red: 0xD9 / 255.0, green: 0xDA / 255.0, blue: 0xDD / 255.0, alpha: 1), filterNameColor: UIColor = .init(white: 0x19 / 255.0, alpha: 1), filterNameFont: BooksFont = .init(style: .boldTitle, size: 16), matchCountColor: UIColor = .init(white: 0x19 / 255.0, alpha: 1), matchCountFont: BooksFont = .init(style: .body, size: 13), separatorConfig: SeparatorConfig = .init(), spacing: Spacing = .init() )