-1
双导航栏图像 双导航栏目标C
好,我是从推观点,即不支持SEGUE,编程使用的代码:
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
OtherUsersProfileViewController * vc=[storyboard instantiateViewControllerWithIdentifier:@"OtherUsersProfileViewController"];
vc.agent_ID = self.opponentID;
vc.agent_Name = self.title;
[self.navigationController pushViewController:vc animated:YES];
而且在OtherUsersProfile即时得到双导航栏,它可能是什么?
你有没有制作一个自定义的导航栏视图是故事板? – Dalvik
是的,我是...... –
看到我的回答可能有帮助 – Dalvik