- Download
IntelliTicksBuilder.swift
file and add it to your project. - Call the method below to Initialize IntelliTicks Builder
IntelliTicksBuilder.initialize(_accountId: "<Your account Id>", _action: "<your action>")
- Now whenever you would like to show the chat, use the method below to get
ViewController
Object
let vc = IntelliTicksBuilder.getViewController();
- ViewController from above step can be shown as a popup using the code below
present(vc, animated: true);