UINavigationController 中的链接
用于创建类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 UIButton 并选择“自定义”作为“类型”。如果您不指定任何边框,它看起来就像可单击/可制表符文本。
You can use UIButton and choose "custom" as "type". If you don't specify any border, it looks like click-/tabable text.