How to present Custom AIChatbot view controller directly #132
damon-v2
announced in
2. Creating a channel
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Guide & Code Snippets
Before we get started, it's important to note that the AI Chatbot is also part of the
GroupChannel
, which makes it easier to customize.Step 1. Create your custom Channel View Controller class that subclasses [
SBUGroupChannelViewController
]Step 2. Override the view controller methods if needed.
Quickstart's customization sample code can be used to customize various parts of the code.
ex) Sample Custom List
Step 3. Present your view controller directly.
Reference Links
Some helpful resources related to this topic.
Beta Was this translation helpful? Give feedback.
All reactions