I need help you with convert my Swift code to Objective-c.
There is my Swift code.
self.show(ChatViewController(conversation: conversation!), sender: self)
I have no idea how to convert them to with init "conversation". This is Id of conversation for my chat in Socket.
ChatViewController *chatVC = [[ChatViewController alloc] init];
[vc showViewController: chatVC sender:self];