From 2070fc38c26edc7fd561a6fa9a2a2bd77e38586d Mon Sep 17 00:00:00 2001 From: Andrey Solovjev Date: Thu, 29 Sep 2022 15:24:09 +0700 Subject: [PATCH] Fix CameraInputBarAccessoryView in AdvancedExampleViewController --- .../Sources/View Controllers/AdvancedExampleViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Example/Sources/View Controllers/AdvancedExampleViewController.swift b/Example/Sources/View Controllers/AdvancedExampleViewController.swift index adeaae93..4892390f 100644 --- a/Example/Sources/View Controllers/AdvancedExampleViewController.swift +++ b/Example/Sources/View Controllers/AdvancedExampleViewController.swift @@ -171,6 +171,7 @@ final class AdvancedExampleViewController: ChatViewController { messageInputBar.inputTextView.layer.masksToBounds = true messageInputBar.inputTextView.scrollIndicatorInsets = UIEdgeInsets(top: 8, left: 0, bottom: 8, right: 0) configureInputBarItems() + inputBarType = .custom(messageInputBar) } // MARK: - Helpers