I would like to ask a question.
Now i’m training about iPhone Programming.
I’m just new baby in iOS Programming.
I want to add navigationbar in UIPickerView’s upper place.
It’s like the UINavigationBar in MainView.
I just want to add on UIPickerView.
and also i want to add Done button in that NavigationBar.
After i touched that done button, my view will back to main view.
How can i do that?
Please answer me if you know.
I hope you understand my question.
Sorry for my bad english.
Thanks you for reading.
I would like to ask a question. Now i’m training about iPhone Programming. I’m
Share
All you do is drag a navigation bar on the top of the uipicker. Im assuming your wanting this UIPicker to popup, so just create a view just for the picker, drag in a navigation bar and uipicker into the view, then adjust the size of your view window for the bar and uipicker. THen you just need to hookup the the bar and uipicker to file’s owner as delegates. Make sense?