玩stroyboard,出現(xiàn)以下錯誤
Failed to instantiate the default view controller for UIMainStoryboardFile 'Main'
storyboard需要一個入口點买决,方法就在屬性那里
啟動失敗
用好Storyboard Table View Controller的Static Cell
Static Cell是個強大的東西,而且這個只有Storyboard有剪勿,xib里是沒有的铐拐。
可以不全部代碼用Storyboard灼卢,示例化里面某一個View Controller也是可以的
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"your storyboard" bundle:nil];
CustomViewController = [storyboard instantiateViewControllerWithIdentifier:@"custom identifier"];