Initialize

suggest change
//Swift    
let storyboard = UIStoryboard(name: "Main", bundle: NSBundle.mainBundle()) 

//Objective-c
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];

Feedback about page:

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



Table Of Contents