Fetch ViewController

suggest change
//Swift    
let viewController = storyboard.instantiateViewControllerWithIdentifier("identifier")

//Objective-c
UIViewController *viewController = [storyboard instantiateViewControllerWithIdentifier:@"identifier"];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents