使用方法(点击对应的字符通过闭包回调出对应的信息)
label.hw_addTapAction(["这","swfit","Label"]) { (string, range, int) in
print("点击了\(string)标签 - {\(range.location) , \(range.length)} - \(int)")
}
点击获取对应的信息
特别说明:参考YBAttributeTextTapForSwfit
对其进行完善优化