摘要:
说白了。。这就是"设置"...NSUserDefaults *myDefaults=[NSUserDefaultsstandardUserDefaults]; 阅读全文
posted @ 2012-11-14 22:21
凰浴浴的CodingBlog
阅读(100)
评论(0)
推荐(0)
摘要:
检索文件NSArray *paths = NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,NSUserDomainMask, YES);//获取关于本工程的一系列路径NSString *documentsDirectory = [paths objectAtIndex:0];//paths中是一个字符串数组,但往往只有第一个是期待得到的. filePath = [documentsDirectorystringByAppendingPathComponent:@"textviewcontent"];//关于str 阅读全文
posted @ 2012-11-14 22:13
凰浴浴的CodingBlog
阅读(198)
评论(0)
推荐(0)
摘要:
1.controller.modalTransitionStyle =UIModalTransitionStyleCoverVertical;modalTransitionStyleDiscussionThis property determines how the view controller’s is animated onscreen when it is presented using thepresentViewController:animated:completion:method. To change the transition type, you must set thi 阅读全文
posted @ 2012-11-14 20:09
凰浴浴的CodingBlog
阅读(836)
评论(0)
推荐(0)
浙公网安备 33010602011771号