Last Updated: February 25, 2016
·
458
· thinkclay

NavigationController: Activate Window

It's pretty simple to do, but harder to commit to memory sometimes

self.navigationController.pushViewController(MapViewController.alloc.init, animated: true)