I am new at iPhone development using xcode 3.2.6 and I am wondering how I can create a button in the navigation bar which will display a drop down list containing a list which I will program to do things. How to do that?
I am new at iPhone development using xcode 3.2.6 and I am wondering how
Share
First of all, you need a
UINavigationController, which will give you theUINavigationbar. In your.mfile, you can set a button.then you add a method to handle the touch.
Edit
KSPopoverView TSPopover are some open-source Popovers.