GeneralUIViewController
class GeneralUIViewController: UIViewController
This type was created to ensure that all of the UIViewController objects are created consistently. This class allows the developer to easily apply a ‘theme’ across all of the GeneralUIViewController objects
-
Customize appearance of the
UIViewControllerobject when this function is called. The theme enforces the background color as well as the appearance of thenavigationControllerby callingsetBottomBorderColorwithcolor (@param)set toUIColor.CREMEandheight (@param)set to0.25. Finally it creates a newUIBarButtonItemsuch that theBack Buttonshows only an arrow to signifiy return.Declaration
Swift
override func viewDidLoad()
View on GitHub
GeneralUIViewController Class Reference