From 7115c37f8052132e7f818acabbe18be0730f2305 Mon Sep 17 00:00:00 2001 From: Diego Sanchez Date: Tue, 29 Mar 2016 11:15:08 +0100 Subject: [PATCH] Exposes inputContainer --- Chatto/Source/ChatController/BaseChatViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chatto/Source/ChatController/BaseChatViewController.swift b/Chatto/Source/ChatController/BaseChatViewController.swift index 0eb7d176a..70dac63e1 100644 --- a/Chatto/Source/ChatController/BaseChatViewController.swift +++ b/Chatto/Source/ChatController/BaseChatViewController.swift @@ -204,7 +204,7 @@ public class BaseChatViewController: UIViewController, UICollectionViewDataSourc var autoLoadingEnabled: Bool = false var accessoryViewRevealer: AccessoryViewRevealer! - var inputContainer: UIView! + public private(set) var inputContainer: UIView! var presenterFactory : ChatItemPresenterFactoryProtocol! let presentersByCell = NSMapTable(keyOptions: .WeakMemory, valueOptions: .WeakMemory) var updateQueue: SerialTaskQueueProtocol = SerialTaskQueue()