ListenTOCViewDisplayConfig
public struct ListenTOCViewDisplayConfig
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum HeaderTimeStyle : Sendable
-
Undocumented
See moreDeclaration
Swift
public enum HeaderTimeLeftStyle : Sendable
-
Undocumented
See moreDeclaration
Swift
public enum NavigationBarContent
-
Undocumented
Declaration
Swift
public var backgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var backgroundColorCurrent: UIColor
-
Undocumented
Declaration
Swift
public var headerHeight: CGFloat
-
Undocumented
Declaration
Swift
public var rowHeight: CGFloat
-
Undocumented
Declaration
Swift
public var timeTextColor: UIColor
-
Undocumented
Declaration
Swift
public var timeFont: BooksFont
-
Undocumented
Declaration
Swift
public var timeStyle: HeaderTimeStyle
-
Undocumented
Declaration
Swift
public var timeLeftColor: UIColor
-
Undocumented
Declaration
Swift
public var timeLeftFont: BooksFont
-
Undocumented
Declaration
Swift
public var timeLeftStyle: HeaderTimeLeftStyle
-
Undocumented
Declaration
Swift
public var timeLeftNegative: Bool
-
Undocumented
Declaration
Swift
public var timeLeftVerbose: Bool
-
Undocumented
Declaration
Swift
public var sectionBackgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var topBorderColor: UIColor
-
Undocumented
Declaration
Swift
public var trackAvailableTextColor: UIColor
-
Undocumented
Declaration
Swift
public var trackCurrentTextColor: UIColor
-
Undocumented
Declaration
Swift
public var trackNotAvailableTextColor: UIColor
-
Undocumented
Declaration
Swift
public var trackFontCurrent: BooksFont
-
Undocumented
Declaration
Swift
public var trackFontOther: BooksFont
-
Undocumented
Declaration
Swift
public var durationAvailableTextColor: UIColor
-
Undocumented
Declaration
Swift
public var durationCurrentTextColor: UIColor
-
Undocumented
Declaration
Swift
public var durationNotAvailableTextColor: UIColor
-
Undocumented
Declaration
Swift
public var durationFontCurrent: BooksFont
-
Undocumented
Declaration
Swift
public var durationFontOther: BooksFont
-
Undocumented
Declaration
Swift
public var currentTrackProgressVisible: Bool
-
Undocumented
Declaration
Swift
public var currentTrackProgressHeight: CGFloat
-
Undocumented
Declaration
Swift
public var currentTrackProgressTrackColor: UIColor
-
Undocumented
Declaration
Swift
public var currentTrackProgressProgressColor: UIColor
-
Undocumented
Declaration
Swift
public var shouldShowImagesOnTrackCells: Bool
-
Undocumented
Declaration
Swift
public var imageTintCurrent: UIColor
-
Undocumented
Declaration
Swift
public var imageTintAvailable: UIColor
-
Undocumented
Declaration
Swift
public var imageTintNotAvailable: UIColor
-
Undocumented
Declaration
Swift
public var horizontalMargin: CGFloat
-
Undocumented
Declaration
Swift
public var navigationBarContent: NavigationBarContent
-
init(backgroundColor:
backgroundColorCurrent: headerHeight: rowHeight: timeTextColor: timeFont: timeStyle: timeLeftColor: timeLeftFont: timeLeftStyle: timeLeftNegative: timeLeftVerbose: sectionBackgroundColor: topBorderColor: trackAvailableTextColor: trackCurrentTextColor: trackNotAvailableTextColor: trackFontCurrent: trackFontOther: durationAvailableTextColor: durationCurrentTextColor: durationNotAvailableTextColor: durationFontCurrent: durationFontOther: currentTrackProgressVisible: currentTrackProgressHeight: currentTrackProgressTrackColor: currentTrackProgressProgressColor: shouldShowImagesOnTrackCells: imageTintCurrent: imageTintAvailable: imageTintNotAvailable: horizontalMargin: navigationBarContent: ) Undocumented
Declaration
Swift
public init( backgroundColor: UIColor = UIColor(white: 0x19 / 255.0, alpha: 1), backgroundColorCurrent: UIColor = UIColor(white: 0x19 / 255.0, alpha: 1), headerHeight: CGFloat = 32, rowHeight: CGFloat = 44, timeTextColor: UIColor = .black, timeFont: BooksFont = .init(style: .boldBody, size: 12), timeStyle: HeaderTimeStyle = .short, timeLeftColor: UIColor = .black, timeLeftFont: BooksFont = .init(style: .boldBody, size: 12), timeLeftStyle: HeaderTimeLeftStyle = .shortHoursMinutesSeconds, timeLeftNegative: Bool = true, timeLeftVerbose: Bool = false, sectionBackgroundColor: UIColor = UIColor(white: 0xEE / 255.0, alpha: 1), topBorderColor: UIColor = .black, trackAvailableTextColor: UIColor = .white, trackCurrentTextColor: UIColor = .white, trackNotAvailableTextColor: UIColor = .gray, trackFontCurrent: BooksFont = .init(style: .boldBody, size: 16), trackFontOther: BooksFont = .init(style: .boldBody, size: 14), durationAvailableTextColor: UIColor = .lightGray, durationCurrentTextColor: UIColor = .white, durationNotAvailableTextColor: UIColor = .darkGray, durationFontCurrent: BooksFont = .init(style: .boldBody, size: 14), durationFontOther: BooksFont = .init(style: .boldBody, size: 12), currentTrackProgressVisible: Bool = false, currentTrackProgressHeight: CGFloat = 0, currentTrackProgressTrackColor: UIColor = .black, currentTrackProgressProgressColor: UIColor = .black, shouldShowImagesOnTrackCells: Bool = false, imageTintCurrent: UIColor = .black, imageTintAvailable: UIColor = .black, imageTintNotAvailable: UIColor = .black, horizontalMargin: CGFloat = 16, navigationBarContent: NavigationBarContent = .noBar )