Styler
enum Styler
Type encapsulating various styles to apply
-
Locations tab
Declaration
Swift
case locations -
Login and Signup
Declaration
Swift
case login -
Normal app screen
Declaration
Swift
case standard -
Plain system appearance
Declaration
Swift
case system -
Visited map screen
Declaration
Swift
case visited -
Set up default appearances
Declaration
Swift
func styleAppearance() -
Set up nav bar default appearance
Declaration
Swift
func styleAppearanceNavBar() -
Set up search bar default appearance
Declaration
Swift
func styleAppearanceSearchBar() -
Bar transparency
Declaration
Swift
var transparency: Transparency { get } -
Bar color
Declaration
Swift
var barColor: UIColor? { get } -
Item color accessor
Declaration
Swift
var itemColor: UIColor { get } -
Title color accessor
Declaration
Swift
var titleColor: UIColor { get } -
Title font accessor
Declaration
Swift
var titleFont: UIFont { get }
View on GitHub
Styler Enumeration Reference