美文网首页
调用系统相册和相机

调用系统相册和相机

作者: Jewei | 来源:发表于2017-10-23 10:20 被阅读0次

    弹框展示:

    1.xib创建,设置代理,实现点击

    2.创建选择器

    UIImagePickerController* picker = [[UIImagePickerController alloc] init];

    3.选择拍照

    4.选择相册

    注意点:

    在调用相机的时候,关闭闪光灯如上是无效的,应在UINavigationControllerDelegate的代理方法下设置

    谢谢!!!!!!

    相关文章

      网友评论

          本文标题:调用系统相册和相机

          本文链接:https://www.haomeiwen.com/subject/ulqpuxtx.html