Detect Data in UITextView inside a UITableViewCell
-pointInside:
tells the caller if a given point is inside a given view.-hitTest:
uses-pointInside:
to tell the caller which subview (if any) would be the receiver for a touch at a given point.
-Soroush Khanlou