We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2373060 commit 8a515e5Copy full SHA for 8a515e5
ios-app-bootstrap/controllers/LoginViewController.swift
@@ -79,7 +79,7 @@ class LoginViewController: ViewController, UITextFieldDelegate {
79
logger.info("login")
80
Utils.setData("login", value: "login")
81
let tabBar = TabBarController()
82
- navigationController?.present(tabBar, animated: true, completion: nil)
+ self.present(tabBar, animated: true, completion: nil)
83
}
84
85
func textFieldShouldReturn(_ textField:UITextField) -> Bool {
0 commit comments