2013年8月27日

摘要: //// CViewController.m// EmailSendDemo//// Created by YTS on 13-8-27.// Copyright (c) 2013年 demo. All rights reserved.//#import "CViewController.h"@interface CViewController ()@end@implementation CViewController@synthesize btnSend = m_btnSend;- (void)viewDidLoad{ [super viewDidLoad]; // Do 阅读全文
posted @ 2013-08-27 18:38 trako 阅读(164) 评论(0) 推荐(0) 编辑
摘要: - (void)toSend:(NSArray *)recipient content:(NSString *)content{ MFMessageComposeViewController *picker = [[MFMessageComposeViewController alloc] init]; picker.messageComposeDelegate = self;// picker.navigationBar.tintColor = [UIColor blackColor]; picker.body = content; picker.recipients = recipient 阅读全文
posted @ 2013-08-27 16:41 trako 阅读(143) 评论(0) 推荐(0) 编辑

导航