I have a mapkit on my app but the info button is hidden behind it, can I do something so the info button is in front of the map view???
Thanks,
Jon
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your using interface builder, change the view type to a tree (might be able to do this in grid mode as well) and rearrange the list of items on the view so that the info button is above the mapView (can’t remember if z-order is top-to-bottom or bottom-to-top).
If your adding the button in code. It should be in front automatically but if thats not working, you can always call bringSubviewToFront:infoButton on its parent view.