iOS-代码加载storyboard中的ViewController

UIStoryboard *board = [UIStoryboard    storyboardWithName: @"Main" bundle: nil];//Main你自己工程里面的Storyboard的名字

SLLightDeviceViewController * desVC = [board instantiateViewControllerWithIdentifier: @"SLLightDeviceViewController"];//Identifier是你想要得到的控制器在Storyboard的identity

iOS-代码加载storyboard中的ViewController_第1张图片

你可能感兴趣的:(iOS-代码加载storyboard中的ViewController)