Open JohnnyDark opened 4 years ago
App启动时,AppDelegate.swift的didFinishLaunchWithOptions方法中进行数据加载,与变量赋值
let navigationController = window!.rootViewController
as! UINavigationController
let controller = navigationController.viewControllers[0]
as! AllListsViewController
controller.dataModel = dataModel
DataModel
Checklist
ChecklistItem