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.
我正在开发一个应用程序。我想使用 UILabel 或 UITextField 来放置文本。但我需要为该文本的某些部分应用超链接。我在互联网上搜索,没有使用搜索。所以请告诉我如何我可以为 UILabel 或 UITextField 做那个吗?
取两个不同的标签,一个是“Here”,另一个是“is my application”。使“此处”标签的 userIneraction 为真。将手势应用于该标签,并在触摸该标签时将用户重定向到适当的链接。