storyboard中設定了兩個介面。
在程式碼中使用
[self.navigationController pushViewController:[[SCMainViewController alloc]init] animated:YES];
怎麼跳轉過去沒有載入啊
不能再用純程式碼方式去跳轉了嗎。 。只能用segue嗎
小伙看你根骨奇佳,潜力无限,来学PHP伐。
雷雷
可以跳轉的,感覺你的 Stroyboard 上相对应的 ViewController 没有关联 Class - SCMainViewController。
Stroyboard
ViewController
Class
SCMainViewController
先要在storyBoard裡面填好StoryBoard ID
然後使用下面的程式碼載入viewController:
UIViewController *listController = [[UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]] instantiateViewControllerWithIdentifier:@"listViewController"];
1.綁定類別
2.push
雷雷
可以跳轉的,感覺你的
Stroyboard
上相对应的ViewController
没有关联Class
-SCMainViewController
。雷雷
先要在storyBoard裡面填好StoryBoard ID
然後使用下面的程式碼載入viewController:
1.綁定類別
2.push