importing AppDelegate

后端 未结 7 1504
生来不讨喜
生来不讨喜 2020-12-05 18:43

Often times I initialize my model class variables in my AppDelegate so they can be used by different ViewControllers without passing their instance across class files. Howe

相关标签:
7条回答
  • 2020-12-05 19:41

    Look in to singletons. They can be a more elegant way to manage global data.

    0 讨论(0)
提交回复
热议问题