Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在计划一个新的 ios 应用程序,但不确定在第一次应用程序启动时为 tableView 设置启动列表的最佳方法是什么。该应用程序使用 Core Data(更准确地说是 Magical Record)。我应该使用某种被导入的(p)列表(字典),还是应该像用户通过公式添加某些内容一样硬编码默认条目?谢谢!
有很多论据支持和反对这样做的所有不同方式。
就我个人而言,我更喜欢硬编码所有默认条目(如果显然没有数千个)。