聊天页面的导航栏不见了(如图),这个要怎么处理呢?
WFCUMessageListViewController *mvc = [[WFCUMessageListViewController alloc] init];
mvc.conversation = [[WFCCConversation alloc] init];
mvc.conversation.type = Single_Type;
mvc.conversation.target = _userObj.im_userid;
mvc.conversation.line = 0;
[self.navigationController pushViewController:mvc animated:YES];
我用的是这个方法直接传ID跳转过去,没有做其他操作,但是导航栏不见了,怎么破?求指教!!!