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.
您可以使用 aUIWebView来获得布局和样式的完全灵活性,也可以使用UITextView和设置u.DataDetectorTypes = UIDataDetectorType.Link;来激活文本视图中的链接。
UIWebView
UITextView
u.DataDetectorTypes = UIDataDetectorType.Link;