ios - A控制器跳轉B控制器,B黑屏?
天蓬老师
天蓬老师 2017-05-31 10:33:00
0
3
872

1.storyBoard中有2個VC,分別套了導航。

#2.AVC跳轉BVC的方法,button連線的方法

- (IBAction)clickBtnToBvc:(id)sender {
    BViewController *vc = [[BViewController alloc]init];
    [self.navigationController pushViewController:vc animated:YES];
}

3.BVC黑屏,請問是什麼原因?

#
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

全部回覆(3)
世界只因有你

你的B是在storyboard中建立的並綁定控件,所以要從storyboard載入

BViewController * vc = [[UIStoryboard storyboardWithName:@"storyboard" bundle:nil] instantiateViewControllerWithIdentifier:@"IDENTITY"];
[self.navigationController pushViewController:vc animated:YES];
洪涛

嘗試一下為BViewController的view設定一個背景顏色

给我你的怀抱

把b的導航刪除

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板