How to store data using core data in iphone?

Posted by Warrior on Stack Overflow See other posts from Stack Overflow or by Warrior
Published on 2010-05-03T11:22:12Z Indexed on 2010/05/03 11:28 UTC
Read the original article Hit count: 187

Filed under:
|

I am new to iphone development.I want to show a form a and store the contents in to a core data database after clicking the submit button.I have created a form.xcdatamodel and class events.h and events.m with reference to the apple docs.In some Sample codes the values are stored statically in the delegate class and they use core data delegate methods. But in my case the form view come after passing 2 views. I want to store the data entered here .How can i achieve it.Please help me out.Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data