mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
[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:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user