後的空白視圖休息一年後返回到iOS開發,並且它的所有混亂。pushViewController
當執行下面的3行代碼時,我看到下面的模擬器的屏幕截圖。
我也試圖添加LoginForm視圖控制器作爲根視圖控制器,因爲它應該,除了我也看到一個空白的屏幕。
如xcode屏幕截圖所示,命名全部匹配。所有的限制也是藍色的。
我已經在LoginForm的viewDidLoad中包含了一個NSLog,我已經看到了日誌點,但是仍然沒有顯示。
我在想什麼,或者做錯了什麼?我沒有任何錯誤可以與之合作。
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
UIViewController *view = [storyboard instantiateViewControllerWithIdentifier:@"LoginForm"];
[self.navigationController pushViewController:view animated:YES ];
是自我在首位navigationcontroller? – koropok
不,自己是從第一個ViewController內部被調用的 –
從你的屏幕截圖看起來像你沒有嵌入導航控制器 –