I’ve created a Master-Detail Application with Xcode 4.3.
In the Master View I want to show the user an alert when the Add (+) button is pressed?
In which method should I place the code for the alert?
Any help will be apprecciated.
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.
The method is already created and bound by the template so just change the
insertNewObjectmethod like this