FrontViewDisplayConfig
public struct FrontViewDisplayConfig
Undocumented
-
Undocumented
Declaration
Swift
public var navigationBarConfig: NavigationBarConfig
-
Undocumented
Declaration
Swift
public var tabBarSelectedFont: BooksFont
-
Undocumented
Declaration
Swift
public var tabBarSelectedColor: UIColor
-
Undocumented
Declaration
Swift
public var tabBarUnselectedFont: BooksFont
-
Undocumented
Declaration
Swift
public var tabBarUnselectedColor: UIColor
-
Undocumented
Declaration
Swift
public var tabBarBackgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var enableSearch: Bool
-
Undocumented
Declaration
Swift
public var showTitle: Bool
-
init(navigationBarConfig:
tabBarBackgroundColor: tabBarSelectedFont: tabBarSelectedColor: tabBarUnselectedFont: tabBarUnselectedColor: enableSearch: showTitle: ) Undocumented
Declaration
Swift
public init( navigationBarConfig: NavigationBarConfig = .init(), tabBarBackgroundColor: UIColor = UIColor(red: 0x00 / 255.0, green: 0x19 / 255.0, blue: 0x4C / 255.0, alpha: 1), tabBarSelectedFont: BooksFont = .init(style: .boldTitle, size: 12), tabBarSelectedColor: UIColor = .white, tabBarUnselectedFont: BooksFont = .init(style: .title, size: 12), tabBarUnselectedColor: UIColor = .white, enableSearch: Bool = true, showTitle: Bool = true )