-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