iOS new messaging SDK, no header or close button
已于 2022年2月11日 发布
Hey,
I'm using the new iOS messaging SDK.
The chat widget is working fine, but there's no header and no close button.
Can these be added to the new iOS Messaging chat?
This is my swift implementation:
guard let viewController = Zendesk.instance?.messaging?.messagingViewController() else { return }
let navigationController = UIApplication.shared.windows.first!.rootViewController;
navigationController?.show(viewController, sender: self);
1
4

0 条评论
登录以发表评论。