I have two tables, when I check a item in first table it adds into second table, and this part is working perfectly. Now, I want to delete the same item from second table when I un check it from first table. I am using CoreData
Thanks.
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 you are using core data the object should be deleted from the context and from both tables.
Make sure you are implementing those functions in your tables: