[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]
This commit is contained in:
Julien K
2018-10-26 12:32:12 +02:00
committed by Julien K
parent 4930d62bdb
commit be571b0b17
+1 -1
View File
@@ -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 }