Can someone help me with two-entity coreData iOS6?

Posted by user1878923 on Stack Overflow See other posts from Stack Overflow or by user1878923
Published on 2012-12-05T12:04:02Z Indexed on 2012/12/05 17:04 UTC
Read the original article Hit count: 132

Filed under:
|
|

I'm new in iOS development and i need simple example (project) with explained two-entity coreData with to-many relationship between A and B entities on iOS6 with storyboard interface and ARC. In storyboard should be two UITableView controllers which present entities A and B and two UIViewControllers which present adding string data from text fields

I searched in many books, sites, video lessons like "lynda.com", but i still not understand how and where i should implement two-entity coredata with one to-many relationship in code.

Can someone give me link to understandable tutorial or put the project on GitHub?

© Stack Overflow or respective owner

Related posts about core-data

Related posts about ios6