How to customize MessageInputView's colors using the global theme? #125
lookdeceline
announced in
1. Chatting in a channel
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Customer Request
How to modify the below properties of MessageInputView for an open channel?
Guide and Snippet
In order to the customize the above styles of a MessageInputView, define your custom colors into
SBUTheme
properties before yourSBUOpenChannelViewController
is presented. An example of a good place to define your custom colors is insideAppDelegate.swift
.Result
The above code lets you modify the default style of MessageInputView (the first image below) to the customized style of MessageInputView (the second image below).
Beta Was this translation helpful? Give feedback.
All reactions