menu bubbleFrame for TextURLCells

This commit is contained in:
nixzhu
2016-01-21 18:03:15 +08:00
parent ef41c80278
commit 55893e1ddc
@@ -3382,7 +3382,13 @@ extension ConversationViewController: UICollectionViewDataSource, UICollectionVi
} else if let cell = cell as? ChatRightTextCell {
bubbleFrame = cell.convertRect(cell.textContainerView.frame, toView: view)
} else if let cell = cell as? ChatLeftImageCell {
} else if let cell = cell as? ChatLeftTextURLCell {
bubbleFrame = cell.convertRect(cell.textContentTextView.frame, toView: view)
} else if let cell = cell as? ChatRightTextURLCell {
bubbleFrame = cell.convertRect(cell.textContainerView.frame, toView: view)
} else if let cell = cell as? ChatLeftImageCell {
bubbleFrame = cell.convertRect(cell.messageImageView.frame, toView: view)
} else if let cell = cell as? ChatRightImageCell {