UINavigationController 中的链接

发布于 2024-09-04 07:21:36 字数 131 浏览 3 评论 0原文

用于创建类似于 iPhone 应用程序中 HTML 链接的项目的类类型是什么?它只是一个带有格式化文本的标签吗?如何检测选择?

我希望有一个导航控制器并在根页面上有一些文本链接。然后,用户可以选择任何链接,控制器将转到该链接的页面。

What is the class type used to create items that look like HTML links in iPhone apps? Is it just a label with formatted text? How is the selection detected?

I am looking to have a Navigation Controller and have some text links on the root page. The user can then select any of the links, and the controller will go to the page for that link.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心房敞 2024-09-11 07:21:36

您可以使用 UIButton 并选择“自定义”作为“类型”。如果您不指定任何边框,它看起来就像可单击/可制表符文本。

You can use UIButton and choose "custom" as "type". If you don't specify any border, it looks like click-/tabable text.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文