06 2015 档案

摘要:-(void)close{ [UIView animateWithDuration:1.0f animations:^{ self.view. window.alpha = 0; self.view.window.frame = CGRectMake( self.view.window.bound... 阅读全文
posted @ 2015-06-19 15:10 谢小锋 阅读(170) 评论(0) 推荐(0)
摘要:NSArray* array=@[@"ze",@"feng",@"xie"]; NSString * path =[NSHomeDirectory() stringByAppendingPathComponent:@"array.plist"]; BOOL isSuccess=[NSKeyedAr... 阅读全文
posted @ 2015-06-15 10:51 谢小锋 阅读(189) 评论(0) 推荐(0)
摘要:[[NSUserDefaults standardUserDefaults]setObject:@"32" forKey:@"3323"]; NSLog(@"%@",NSHomeDirectory()); [[NSUserDefaults standardUserDefaults] synchro... 阅读全文
posted @ 2015-06-08 10:19 谢小锋 阅读(143) 评论(0) 推荐(0)