摘要: 待续; 阅读全文
posted @ 2014-12-30 18:46 ทดสอบ 阅读(133) 评论(0) 推荐(0)
摘要: NSBundle 读取图片 plist text NSBundle *mainbundle=[NSBundle mainBundle]; //使mainBundle 对象获取图片的路径 NSString *imagePath=[mainbundle pathForResource:... 阅读全文
posted @ 2014-12-30 18:06 ทดสอบ 阅读(140) 评论(0) 推荐(0)
摘要: 博客连接一 在document文件夹下 -----》文件夹和文件的创建1.获取到文件夹的路径;2.创建一个NSFileManager 对象;3.通过NSFileManager 对象的 createDirectoryAtPath方法来创建文件夹;-(void)createDirectory{ /... 阅读全文
posted @ 2014-12-30 17:13 ทดสอบ 阅读(137) 评论(0) 推荐(0)
摘要: 1.在APPproject的新建一个Localizable.stringsFile->new file--->Resource --->strings File2.添加需要的语言文件 如InfoPlist.strings(English) InfoPlist.strings(Simplified).... 阅读全文
posted @ 2014-12-30 17:12 ทดสอบ 阅读(136) 评论(0) 推荐(0)
摘要: 一,创建一个本地通知,很简单;1.创建一个UInotification对象;2.设置 UInotification对象的属性;3.注册UInotification对象;//创建UInotification对象 noti; UILocalNotification *noti=[[UILocalN... 阅读全文
posted @ 2014-12-30 12:54 ทดสอบ 阅读(212) 评论(0) 推荐(0)