DiscoverTuscany
public struct DiscoverTuscany : Sendable
Undocumented
-
Undocumented
Declaration
Swift
public var bookListPick: BookListPickTuscany -
Undocumented
Declaration
Swift
public var topImage: UIImage? -
Undocumented
Declaration
Swift
public var topImageAccessibilityLabel: String? -
Undocumented
Declaration
Swift
public var topImageInsets: UIEdgeInsets -
Undocumented
Declaration
Swift
public var centerTopImage: Bool -
Undocumented
Declaration
Swift
public var overrideCellMargin: CGFloat? -
init(bookListPick:topImage: topImageAccessibilityLabel: topImageInsets: centerTopImage: overrideCellMargin: ) Undocumented
Declaration
Swift
public init( bookListPick: BookListPickTuscany = .init(), topImage: UIImage? = nil, topImageAccessibilityLabel: String? = nil, topImageInsets: UIEdgeInsets = .init(), centerTopImage: Bool = false, overrideCellMargin: CGFloat? = nil )