Ilya Belikin
Results
2
comments of
Ilya Belikin
Cool! I glad to see activity here :)
I believe in this case it will be much more clear to... em... let viewController: ``` let viewController = UIViewController() viewController.view.backgroundColor = UIColor.whiteColor() navigationController.pushViewController(viewController, animated: true) ```