Customizing UI
1. Notifications Events
To receive notification events from the user interactions with the UI, you must implement the GlanceDefaultUIDelegate protocol.
2. Disabling default UI
If you want to use your own fully custom UI, you must disable the default UI, as it is on by default.
To use the default UI, but supply a GlanceDefaultUIDelegate or your own terms and conditions URL:
3. Implementing custom UI
First, you must implement the GlanceCustomViewerDelegate protocol
In order to enable the integration you need to set the custom viewer delegate by calling the following method: