Core Data - how to generate CoreDataGeneratedAccessors?

后端 未结 4 1271
南方客
南方客 2021-02-15 11:29

I\'ve gone through apple dev website, google and stack overflow to figure out the basics behind CoreDataGeneratedAccessors.

I\'m using Xcode 4.2 and core data. I created

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-15 11:55

    Have a look here:

    https://github.com/rentzsch/mogenerator

    This little tool will generate the accessor classes for you - I use it in quite some projects and it works great!

提交回复
热议问题