现在,从我使用的 ConversationsVC 打开 Base Chat VC
UINavigationController *chatNav = (UINavigationController *)[self.storyboard instantiateViewControllerWithIdentifier:@"chatNav"];
[self.navigationController presentViewController:chatNav animated:YES completion:nil];
其中@"chatNav" 是第一个导航控制器。我需要将数据从 ConversationsVC 传递到 Base Chat VC,我不知道该怎么做。如果您有任何想法,请帮助我。谢谢!