如何在 UITextView 中制作可点击的链接
我现在正在开发一个 iPhone 应用程序,我将在其中显示概述文本,其中包含稍后可以在应用程序中找到的条目。我想知道是否有一种方法可以使特定作品可点击,从而将我发送到另一个屏幕,该屏幕将显示有关所点击位置的更多信息。
I am developing an iphone app right now where i will be displaying an overview text with entries that can be found later in the app. I am wondering if there is a way to make a specific work clickable to send me to another screen that will display more information about the place that was clicked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以用这个...
You can use this...
如果您想在 UITextView 中使用活动子字符串,那么您可以使用我的扩展 TextView...它简短而简单。您可以根据需要对其进行编辑。
如何使用(范围 = 子字符串位置):
结果:
源代码:https://github.com/marekmand/ActiveSubstringTextView
if you want active substring in your UITextView then you can use my extended TextView... its short and simple. You can edit it as you want.
how to use (range = substring location):
result:
source code: https://github.com/marekmand/ActiveSubstringTextView