StaticSetting
enum StaticSetting
Static settings for Komodio
-
The plaform
Declaration
Swift
static let platform: Parts.Platform -
The width of the sidebar
Declaration
Swift
static let sidebarWidth: Double -
The width of the sidebar when collapsed (tvOS only)
Declaration
Swift
static var sidebarCollapsedWidth: Double -
The
NavigationSplitViewcontent column widthDeclaration
Swift
static let contentWidth: Double -
The default padding for details
Declaration
Swift
static let detailPadding: Double -
The default padding for a cell
Declaration
Swift
static let cellPadding: Double -
The default size of poster art
Declaration
Swift
static let posterSize: CGSize -
The default size of thumb art
Declaration
Swift
static let thumbSize: CGSize -
The default size of fanart
Declaration
Swift
static let fanartSize: CGSize -
Define the grid layout
Declaration
Swift
static let grid: [GridItem] -
The default corner radius
Declaration
Swift
static let cornerRadius: Double -
The plaform
-
The width of the sidebar
-
The width of the sidebar when collapsed (tvOS only)
-
The
Listcontent column widthNote
Used when a list and details are in the sameView -
The default padding for details
-
The default padding for a cell
-
The default size of poster art
-
The default size of thumb art
-
The default size of fanart
-
Define the grid layout
-
The default corner radius
View on GitHub
StaticSetting Enumeration Reference