How to create classes after creating Core Data model in Xcode for iPhone

前端 未结 4 722
Happy的楠姐
Happy的楠姐 2020-12-13 17:06

I have created my Model, Entities, Properties and Relationships in Xcode. How are the classes for my Entities created? Do I have to manually create them?

4条回答
  •  天命终不由人
    2020-12-13 17:49

    You can also try MotoSwift.

    • It is simple
    • Supports Stencil template language
    • Contains swift templates similar to XCode generates and mogenerator generates

提交回复
热议问题