项目作者: imanoupetit

项目描述 :
Detect Data in UITextView inside a UITableViewCell
高级语言: Swift
项目地址: git://github.com/imanoupetit/LinkTextViewCell.git
创建时间: 2017-01-26T23:08:03Z
项目社区:https://github.com/imanoupetit/LinkTextViewCell

开源协议:

下载


Quote

-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