-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not get Navigation controller for push another view controller from any other view controller. . #96
Comments
Hello, |
I have done |
No i did not get any solution. Please share with me your code. |
|
i did not get any solution. Please share with me your code. |
I'm not 100% sure what's the problem, but in most cases, you may need to create the navigation controlelr manually. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have multiple storyboard => by clicking on sidemenu item open a new screen same as your provided demo =>than after on same viewController click on button I have to navigate to next screen but not getting navigation controller so I'm not able to Push another view controller.
@IBAction func btnPush(_ sender: Any) {
let viewController = Main.SecondOriginate.instantiateViewController(withIdentifier: "FeedbackVC") as! FeedbackVC
navigationController?.pushViewController(viewController, animated: true)
}
The text was updated successfully, but these errors were encountered: