Using SBUChannelListViewController to display SBDSKTicket objects?

Is there anyway we can use the SBUChannelListViewController from the iOS UIKit to display ticket channels? I guess I’ll just build this screen custom if not but would be nice if it was easily supported as it is still just essentially showing a list of channels.

@alloyd,

You would not be able to use the SBUChannelListViewController from the UIKit to display SBDSKTicket objects. This is because a list of tickets can only be generated via the Desk API.

You could display the ticket in the SBUChannelViewController if you utilized the Desk API to obtain a list of tickets, as you would pass the channelUrl from the Desk API to the UIKit.

Thanks,
Tyler

Ok, thanks for the confirmation