It shows briefly how to show the chat.
But I'm not sure I follow everything here.
It looks like the ChatControllerDelegate
is doing the presentation of the ChatController
? Is that correct? If so, what triggers the delegate to do that? Does this happen on presentation of the MyViewController
in the example code?
I see the same in the sample code also. You have a ChatWrapperViewController
That it does a similiar thing. Presenting the ChatController from the delegate function. But the delegate function doesn't seem to be called. So I guess it happens on viewWillAppear
or something?
Thanks