MainTBC
Root view for logged in user
-
Prepare for reveal
Declaration
Swift
override func viewWillAppear(_ animated: Bool)Parameters
animatedWhether animating
-
Actions to take after reveal
Declaration
Swift
override func viewDidAppear(_ animated: Bool)Parameters
animatedWhether animating
-
Route to reveal a Mappable in Locations
Declaration
Swift
static func route(reveal mappable: Mappable)Parameters
mappableMappable to reveal
-
Route to show a Mappable in Locations
Declaration
Swift
static func route(show mappable: Mappable)Parameters
mappableMappable to show
-
Route to display a User in Locations
Declaration
Swift
static func route(to user: User?)Parameters
userUser to display
-
Route to an enumerated destination
Declaration
Swift
static func route(to route: Route)Parameters
routeRoute case
-
Dismiss any presented controllers
Declaration
Swift
static func dismissPresentations()
-
Expose controls to UI tests
Declaration
Swift
func expose()
View on GitHub
MainTBC Class Reference