dismiss keyboard OnDrag

This commit is contained in:
nixzhu
2015-11-03 12:29:43 +08:00
parent 8cae78057b
commit bc3551974a
@@ -412,6 +412,8 @@ class ConversationViewController: BaseViewController {
swipeUpView.hidden = true
conversationCollectionView.keyboardDismissMode = .OnDrag
conversationCollectionView.alwaysBounceVertical = true
conversationCollectionView.registerNib(UINib(nibName: chatStateCellIdentifier, bundle: nil), forCellWithReuseIdentifier: chatStateCellIdentifier)