From be571b0b178c88697e2de0022dc7e950758a6abc Mon Sep 17 00:00:00 2001 From: Julien K Date: Mon, 15 Oct 2018 17:35:31 +0200 Subject: [PATCH] [MessageLabel] Change privacy of properties and function to use allow people to use it in their own custom cell Revert "[MessageLabel] Change privacy of properties and function to use allow people to use it in their own custom cell" This reverts commit e902832887cc30c85910e059f58f1cf482a0c028. [MessageLabel] Change privacy of properties and function to use allow people to use it in their own custom cell [Update] Make handleGesture open [Update] --- Sources/Views/MessageLabel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Views/MessageLabel.swift b/Sources/Views/MessageLabel.swift index 4adb8f75..d451d486 100644 --- a/Sources/Views/MessageLabel.swift +++ b/Sources/Views/MessageLabel.swift @@ -399,7 +399,7 @@ open class MessageLabel: UILabel { } - internal func handleGesture(_ touchLocation: CGPoint) -> Bool { + open func handleGesture(_ touchLocation: CGPoint) -> Bool { guard let index = stringIndex(at: touchLocation) else { return false }