Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,在我的应用程序中,当我尝试在 textview 中添加链接时,它运行良好。但是当我将 IB 的子视图添加到根视图时,它无法识别 url 链接。如何解决这个问题请提供任何帮助。
在定义 UItextView 时声明以下属性以检测链接。
textview.dataDetectorTypes = UIDataDetectorTypeAll;