Mapping '/var/mobile/Library/Caches/com.apple.keyboards/images/tmp.gcyBAl37' failed: 'Invalid argume

来源:互联网 发布:雷欧奥特曼mac队员 编辑:程序博客网 时间:2024/05/17 08:05

self.sourceType=UIImagePickerControllerSourceTypePhotoLibrary;

改成:

 if ([UIImagePickerControllerisSourceTypeAvailable:

                 UIImagePickerControllerSourceTypePhotoLibrary])

            {

                self.sourceType=UIImagePickerControllerSourceTypePhotoLibrary;

            }


原创粉丝点击