I am creating an application on iPhone for displaying world maps.I have created Tab bar controller as the rootViewController. On one of the tabs, I need to provide an option for saving current status of map as an image.
For this purpose, 1) I need to provide a 'SAVE' and 'CLEAR' button in the Navigation bar. and 2) 'Title' and 'Note' fields are to be provided as table view to make it look nice. User will tap into the table cell and write the corresponding data into the fields.
Please suggest me some direction or give some sample code if available.. (I will explain the above problem in detail if someone is not able to understand it properly) Please reply.. Thank you..