iOS-代码加载storyboard中的ViewControl

2017-11-21  本文已影响0人  wodeph

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

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

上一篇下一篇

猜你喜欢

热点阅读