如何在iPhone App中动态更改UINavigationbar?
与 iPhone 浏览器一样,当您点击 URL 文本字段时,所有导航栏都会展开并显示“取消”按钮。点击“取消”按钮,栏又变回来。
Like the iPhone browser, when you tap the URL text field, all navigation bar expand and "Cancel" button show up. Hit the "Cancel" button and the bar change back.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在导航栏中使用自定义
titleView
,您可以根据用户正在执行的操作或点击的内容在两种显示状态之间进行切换或设置动画。阅读 Apple 查看 iPhone OS 控制器编程指南文档,了解有关如何自定义导航栏的更多信息。
You can use a custom
titleView
in the navigation bar, which you can switch or animate between two display states, depending on what the user is doing or tapping.Read the "Configuring the Navigation Item Object" section of Apple's View Controller Programming Guide for iPhone OS documentation for more information on how to customize the navigation bar.