自定义 UI 导航栏
我发现了一些关于如何在 iPhone 上自定义导航栏的教程。显然,使用的一些方法没有得到苹果的批准,任何人都有一个批准的应用程序使用自定义导航栏,如果是的话,你是怎么做到的?谢谢。
I've came across a few tutorials on how to customize the navigation bar on the iPhone. Apparently some of the methods used are not approved by Apple, anybody has an app approved that was using a custom navigation bar and if so how did you do it? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 iOS 5 中,您可以通过调用以下命令轻松地将图像设置到导航栏中:
在 iOS 5 之前,没有公共 API 可以执行此操作。你必须自己做,所有这些方法在 iOS 5 中都会遇到麻烦,因为导航栏在新的 iOS 中发生了很大的变化。
PS 也许我不应该在这里谈论 iOS 5 的事情,因为它还没有发布,并且仍然处于 Apple 的 NDA 之下......
In iOS 5, you can easily set an image into your NavigationBar by calling:
Before iOS 5, there is no public API to do so. You have to do it by yourself, and all of those ways are going to be in trouble in iOS 5 because the NavigationBar has changed a lot in the new iOS.
P.S. Maybe I should not talk about iOS 5 things here because it is not released yet and still under Apple's NDA...