Believe in your own future, will thank yourself right now Sinner Yun

Sinner_Yun

2014年6月14日

数据存储(直接写入、NSUserDefaults、NSkeyedArchiver)

摘要: ios中常用文件存取的方法有: 1、直接写文件的方式,可以存储的对象有NSString、NSArray、NSDictionary、NSData、NSNumber,数据全部存放在一个属性列表文件(*.plist文件)中。 2、NSUeserDefaults(偏好设置),用来存储应用设置信息,文件放在p 阅读全文

posted @ 2014-06-14 20:25 Sinner_Yun 阅读(278) 评论(0) 推荐(0) 编辑

发送邮件--MFMailComposeViewController

摘要: 只能在真机使用. 模拟器没有E-mail发送功能.无法调用 #import "EmailViewController.h" #import <UIKit/UIKit.h> #import <MessageUI/MFMailComposeViewController.h> @interface Ema 阅读全文

posted @ 2014-06-14 16:17 Sinner_Yun 阅读(212) 评论(0) 推荐(0) 编辑

导航