Does anyone already know how to connect UIViewControllers in Storyboard with the identifier? It does not seem to work anymore..
Does anyone already know how to connect UIViewControllers in Storyboard with the identifier? It
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Select the UIViewController, once u see a highlighted UIView (usually blue color) then go to the left most column on the XCODE. Select the Attribute inspector , you will see “Title” and “Identifier” label in the “View Controller” section. Give any name to it and in the program to refer to your view controller you can do something like this:
This works , let me know if u have any issues.