开发者

Add custom picker sort of controller on UINavigationBar

开发者 https://www.devze.com 2023-01-14 18:26 出处:网络
Please have a look on this application http://itunes.apple.com/app/yowza-mobile-coupons/id3120218开发者_JAVA技巧77?mt=8

Please have a look on this application

http://itunes.apple.com/app/yowza-mobile-coupons/id3120218开发者_JAVA技巧77?mt=8

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

Please suggest any sample or ideas


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 :)


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];
0

精彩评论

暂无评论...
验证码 换一张
取 消