2016年5月21日

摘要: - (void)openCamera { NSLog(@"打开相机"); [self imagePickerControllerType:UIImagePickerControllerSourceTypeCamera]; } - (void)imagePickerControllerType:(UI 阅读全文
posted @ 2016-05-21 20:24 Evan*少 阅读(166) 评论(0) 推荐(0) 编辑
摘要: - (UITextView *)publishTextView { if (!_publishTextView) { UITextView *publishTextView = [[UITextView alloc] init]; publishTextView.font = ContentTitl 阅读全文
posted @ 2016-05-21 18:22 Evan*少 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 第一步:先登陆友盟账号: 如果没有友盟账号就先去注册一个友盟账号: 第二步登陆成功: 点击友盟开发者中心中的:SDK与文档 第三步:在SDK与文档中找到U-COMS微社区 点击U-COMS微社区 第四步:根据友盟的SDK步骤 第五步:下载最新的SDK然后并且把SDK包拖到工程中例如:umeng_co 阅读全文
posted @ 2016-05-21 11:03 Evan*少 阅读(390) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; UILabel *titleViewLable = [[UILabel alloc] init]; titleViewLable.numberOfLines = 0; titleViewLable.textAlig 阅读全文
posted @ 2016-05-21 11:01 Evan*少 阅读(185) 评论(0) 推荐(0) 编辑

导航