Kurs Stanislav

Results 2 comments of Kurs Stanislav

``` func show(controller: SettingsViewController) { let navCtrl = UINavigationController(rootViewController: colorSelectionController) navCtrl.navigationBar.backgroundColor = UIColor.white navCtrl.navigationBar.isTranslucent = false navCtrl.modalPresentationStyle = UIModalPresentationStyle.popover navCtrl.popoverPresentationController?.delegate = controller } ```