應用管理的實現

1 1、加載應用信息: 2 1.1、直接在controller裏進行懶加載:(get方法) 3 1.1.1、先判斷是否已經加載數據:if (array == nil) 4 1.1.2、先找到plist文件的路徑:NSString *path = [[NSBundle mainBundle] pathForResource:@"app" ofType:@"plist"];
相關文章
相關標籤/搜索