在 UINavigationBar 上添加自定义选择器类型的控制器

发布于 2024-09-17 09:06:49 字数 260 浏览 5 评论 0原文

请查看此应用程序

http://itunes.apple .com/app/yowza-mobile-coupons/id312021877?mt=8

我只想在 UINavigationBar 上添加自定义选择器类型的控制器

请建议任何示例或想法

Please have a look on this application

http://itunes.apple.com/app/yowza-mobile-coupons/id312021877?mt=8

I just want to add custom picker sort of controller on UINavigationBar

Please suggest any sample or ideas

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

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

发布评论

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

评论(2

森林散布 2024-09-24 09:06:49

有一些上下文菜单可能适合您:

http://mdk.mobilelove.org/home/< /a>

它们采用 .psd 格式,因此您必须将它们切片并根据您的用途进行定制,但这可能会让您到达您想要的位置。希望有帮助!仁:)

There are some contextual menus that might work for you in this:

http://mdk.mobilelove.org/home/

they are in .psd format so you'd have to slice them out and customize to your use, but it might get you where you wanna be. hope it helps! jen :)

沒落の蓅哖 2024-09-24 09:06:49

检查这个
如何将自定义 UIPickerView 添加到 UINavigationBar?

它来自创建者您的示例应用程序,以下是如何做到这一点,感谢“Mountain Lion”

[self.navigationController.navigationBar.topItem setTitleView:pickerView];

Check this
How to Add Custom UIPickerView to UINavigationBar?

It is from the creator of your example App and here is how to do it thanks to "Mountain Lion"

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