How to deal with model classes in iOS application

前端 未结 3 1690
余生分开走
余生分开走 2020-12-29 07:44

I am a newbie in iOS application development, but I am trying to learn how to deal with Cocoa in the best way.

I got stuck trying to understand how to keep and refer

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 08:30

    More experienced colleagues recommend to have relevant property in AppDelegate. IMO it is better to use specific set of models in specific controller.

提交回复
热议问题