Click here to Skip to main content
15,885,810 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i put a UITableViewController inside a UIpopovercontroller. i am implementing a bookmark on my app. when click on Uibutton, it opens a popovercontorller for add bookmark. if click on cancel, the popover controller is hiding, if click on save , the bookmark is adding in the bookmark view list. if tap on the map or tap on the outside of the popover controller, it is also saving a empty bookmark in the bookmark view list. Can you anyone help me out?
Posted
Comments
Christian Graus 14-Nov-12 19:16pm    
Did you consider posting code ? Have you read the docs ? Debugged in XCode to see if your click fires the save event ( I bet it does ). I bet there's something you need to check in your save event to make sure they clicked 'save'

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900