This is for iPhone.
I have a button, and when she clicked, I want to pop up another control that spans the entire screen. There can be any number of controls on this screen. And I can close this screen by clicking on x in the upper right corner or programmatically inside any event on a new screen.
I could do this using the UINavigationController, which just takes me to a new screen and has a link to the previous screen, but I just wanted to ask if there is another option?
What I am doing is that I have a map that shows the location of the user from a pin. But if the user wants to enter a new location instead of using the location of the pin, then they will press a button, go to a new screen, type in the address and select the "suggested" address from what they type.
Any advice would be appreciated or a link to sample code would be great
source
share