-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed hotline controller issue. #19
Comments
Hi @dangnv , Please check that you are using latest sdk and for your embed viewController implementation there can be two possible solutions -
Thanks and let us know to if the solutions fix your issue. |
Hi @harish6989 , @hrishikesh-p , But when I updated the hotline pod to v1.3.2. or above version. The cross(x) aka close button is not available anymore to navigation bar of my child controller view. Please Fix the above problem so that we can point hotline pod to latest sdk. |
Hi @rohitpal440, Hotline embed view Thanks |
Hi @harish6989 , Thanks |
Hi @rohitpal440, To present Hotline view with “Close” you just need to call Thanks |
Hi @harish6989 , |
Hi Hotline team, before I used embed controller to show conversations
UIViewController *hotlineController = [[Hotline sharedInstance] getConversationsControllerForEmbed]; hotlineController.view.frame = _hotlineContainer.bounds; [_hotlineContainer addSubview:hotlineController.view]; [self addChildViewController:hotlineController]; [hotlineController didMoveToParentViewController:self];
and it works well, but now is no. you can see image here. (No Navigation bar and status bar is overlapping screen).
![simulator screen shot apr 8 2017 18 17 11]
Could you check and fix it?
The text was updated successfully, but these errors were encountered: