2016年3月14日

iOS开发——打开手机相册,获取图片

摘要: 1.添加代理UIImagePickerControllerDelegate 2.设置点击跳转事件 - (IBAction)picButton:(UIButton *)sender { NSLog(@"我的相册"); if([UIImagePickerController isSourceTypeAv 阅读全文

posted @ 2016-03-14 17:10 乱七八糟21号 阅读(349) 评论(0) 推荐(0)

导航