SHLabel 1.0.1×Maintained by ‘CCSH’.Installation Guide×Installation Guide for SHLabelYou want to add pod 'SHLabel', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'SHLabel', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try SHLabelSee PodspecGitHub RepoPage on CocoaPods.orgSHLabel 1.0.1ByCSHCCSH/SHLabelGitHub RepoSHLabel 基于Label添加局部点击 使用 pod 导入 pod 'SHLabel' 文本局部点击方法 其中textview的有点小问题,长按点击位置拖动会显示自定义链接,下面这个基于label的点击没问题 基于TextView代码 基于Label代码
SHLabel 基于Label添加局部点击 使用 pod 导入 pod 'SHLabel' 文本局部点击方法 其中textview的有点小问题,长按点击位置拖动会显示自定义链接,下面这个基于label的点击没问题 基于TextView代码 基于Label代码