You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I subclassed PhotoMessageViewModel I could do some initial setup by
override func willBeShown() {
// Initial setup
}
Is there any other similar method which can be used for ChatInputBar, so as to do initial setup before default chatInputBar is created?
The text was updated successfully, but these errors were encountered:
MussaCharles
changed the title
Method to override so as to do initial setup before createChatInputView() method is called.
Is there any method to override before chatInput bar is created?
Feb 18, 2018
When I subclassed PhotoMessageViewModel I could do some initial setup by
override func willBeShown() {
// Initial setup
}
Is there any other similar method which can be used for ChatInputBar, so as to do initial setup before default chatInputBar is created?
The text was updated successfully, but these errors were encountered: