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);