IP屬地:安徽
1.將某個對象寫入文件時會調用*在這個方法中說清楚哪些屬性需要存儲- (void)encodeWithCoder:(NSCoder*)encod...
- (void)saveArray{// 1.獲得沙盒根路徑NSString*home =NSHomeDirectory();// 2.docu...
1.執(zhí)行segue后,跳轉之前會調用這個方法,一般在這里給下一個控制器傳遞數據,在這個方法中,目標控制器的view還沒有被創(chuàng)建 - (void)...
- (IBAction)save {// 1.利用NSUserDefaults,就能直接訪問軟件的偏好設置(Library/Preference...
1.創(chuàng)建通知事件 [[NSNotificationCenterdefaultCenter]addObserver:selfselector:@s...
1.創(chuàng)建個類方法,使外界通過該函數創(chuàng)建cell + (instancetype)cellWithTableView:(UITableView*)...