How do I give an “identifier” to a view controller within my storyboard?

As the Image suggests! Hope it helps!

enter image description here

Then to use it you call:

[self.storyboard instantiateViewControllerWithIdentifier:@"YourViewControllerID"];

Leave a Comment