帮忙迅雷看看会员号小弟的号啊~~~~

iOS 问题:IOS7 打开相册程序崩溃
打开相机是好的
ios7 以下程序正常
(相册授权是开着的)
代码如下 : 崩溃没有报错误信息 僵尸错误 网上的调试方法都用了 没找出错误原因 求大哥大姐 帮小弟看下
UIImagePickerControllerSourceType sourceT
NSString *description =
switch (pickerUserAvatarType) {
sourceType = UIImagePickerControllerSourceTypeC
description = NSLocalizedString(@"该设备不支持相机", @"");
sourceType = UIImagePickerControllerSourceTypePhotoL
description = NSLocalizedString(@"该设备不支持图片库", @"");
if (![UIImagePickerController isSourceTypeAvailable:sourceType]) {
[self _initalizerAlertViewWithTitle:NSLocalizedString(@"警告", @"") description:description];
UIImagePickerController *imagePickerController = [[UIImagePickerController alloc] init];
imagePickerController.delegate =
imagePickerController.allowsEditing = YES;
imagePickerController.sourceType = sourceT
imagePickerController.videoQuality = UIImagePickerControllerQualityTypeM
[self presentViewController:imagePickerController animated:YES completion:NULL];
0x080f + ,
0x001f778c start + 0,
0x302bcb51
0x302ac60f
PhotoLibraryServices
0x36e9704f
libdispatch.dylib
0x3b1e7d3f
libdispatch.dylib
0x3b1ec6c3
PhotoLibraryServices
0x36e98079
PhotoLibraryServices
0x36e9598b
PhotoLibraryServices
0x36e95853
PhotoLibraryServices
0x36e4ea0f
PhotoLibraryServices
0x36e487dd
PhotoLibraryServices
0x36eb6225
libdispatch.dylib
0x3b1e7d3f
libdispatch.dylib
0x3b1e896f dispatch_once_f + 46,
PhotoLibraryServices
0x36eb61e5
0x32ff9bfb
0x32ff99b1
0x32ff9903
0x32db7ce3
0x32e87281
0x32e855f9
0x002fb4a3 -[UserCenterViewController _showImagePickerViewController:] + 922,
0x002fad9f -[UserCenterViewController actionSheet:clickedButtonAtIndex:] + 106,
0x32f89fef
0x32dd26c7
0x32dd2663
0x32dd2633
0x32dbdd7b
0x32dd207b
0x32dd1d4d
0x32dccca7
0x32da1e75
0x32da0541
CoreFoundation
0x30538fe7
CoreFoundation
0x305384af
CoreFoundation
0x30536c9f
CoreFoundation
0x304a17a9 CFRunLoopRunSpecific + 524,
CoreFoundation
0x304a158b CFRunLoopRunInMode + 106,
GraphicsServices
0x353fe6d3 GSEventRunModal + 138,
0x32e00891 UIApplicationMain + 1136,
0x003bc835 main + 116,
0x001f77b4 start + 40
IOS7 打开相册程序崩溃
打开相机是好的
ios7 以下程序正常
(相册授权是开着的)
代码如下 : 崩溃没有报错误信息 僵尸错误 网上的调试方法都用了 没找出错误原因 求大哥大姐 帮小弟看下
UIImagePickerControllerSourceType sourceT
NSString *description =
switch (pickerUserAvatarType) {
sourceType = UIImagePickerControllerSourceTypeC
description = NSLocalizedString(@"该设备不支持相机", @"");
sourceType = UIImagePickerControllerSourceTypePhotoL
description = NSLocalizedString(@"该设备不支持图片库", @"");
if (![UIImagePickerController isSourceTypeAvailable:sourceType]) {
[self _initalizerAlertViewWithTitle:NSLocalizedString(@"警告", @"") description:description];
UIImagePickerController *imagePickerController = [[UIImagePickerController alloc] init];
imagePickerController.delegate =
imagePickerController.allowsEditing = YES;
imagePickerController.sourceType = sourceT
imagePickerController.videoQuality = UIImagePickerControllerQualityTypeM
[self presentViewController:imagePickerController animated:YES completion:NULL];
0x080f + ,
0x001f778c start + 0,
0x302bcb51
0x302ac60f
PhotoLibraryServices
0x36e9704f
libdispatch.dylib
0x3b1e7d3f
libdispatch.dylib
0x3b1ec6c3
PhotoLibraryServices
0x36e98079
PhotoLibraryServices
0x36e9598b
PhotoLibraryServices
0x36e95853
PhotoLibraryServices
0x36e4ea0f
PhotoLibraryServices
0x36e487dd
PhotoLibraryServices
0x36eb6225
libdispatch.dylib
0x3b1e7d3f
libdispatch.dylib
0x3b1e896f dispatch_once_f + 46,
PhotoLibraryServices
0x36eb61e5
0x32ff9bfb
0x32ff99b1
0x32ff9903
0x32db7ce3
0x32e87281
0x32e855f9
0x002fb4a3 -[UserCenterViewController _showImagePickerViewController:] + 922,
0x002fad9f -[UserCenterViewController actionSheet:clickedButtonAtIndex:] + 106,
0x32f89fef
0x32dd26c7
0x32dd2663
0x32dd2633
0x32dbdd7b
0x32dd207b
0x32dd1d4d
0x32dccca7
0x32da1e75
0x32da0541
CoreFoundation
0x30538fe7
CoreFoundation
0x305384af
CoreFoundation
0x30536c9f
CoreFoundation
0x304a17a9 CFRunLoopRunSpecific + 524,
CoreFoundation
0x304a158b CFRunLoopRunInMode + 106,
GraphicsServices
0x353fe6d3 GSEventRunModal + 138,
0x32e00891 UIApplicationMain + 1136,
0x003bc835 main + 116,
0x001f77b4 start + 40
共有 3 个回答
我跟你一样
你解决了吗
登录后方可回复
试试这个:
UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.delegate =
picker.allowsEditing = YES;
picker.sourceType = UIImagePickerControllerSourceTypeSavedPhotosA
if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera])
//混合类型 photo + movie
picker.mediaTypes = [UIImagePickerController availableMediaTypesForSourceType:UIImagePickerControllerSourceTypeCamera];
[self presentModalViewController:picker animated:YES];
我是用这个解决的
登录后方可回复
imagePickerController.videoQuality = UIImagePickerControllerQualityTypeM 这句是专门针对摄像头的设置语句,把这句话去掉应该就不会有问题了。
登录后方可回复
登录后方可回答
耗时 0.0649 秒各位高人大侠来帮忙看看小弟的号能值几个钱!_西游记online吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:3,793贴子:
各位高人大侠来帮忙看看小弟的号能值几个钱!收藏
各位高人大侠来帮忙看看小弟的号能值几个钱! ISO 3区 的号妖兽卡组基本都有
1楼 14:00&|来自
不值钱,送我吧
2楼 17:59&|来自
登录百度帐号
内&&容:使用签名档&&
为兴趣而生,贴吧更懂你。&或您的访问出错了
很抱歉,您要访问的页面不存在
1. 您是否要访问以下内容:
2. 请检查您输入的网址是否正确,如果您不能确认网址,请直接输入要访问的内容进行搜索:
如还有疑问请去&&留下您的意见或建议大神们,小弟新到手的990,帮忙看看,自己实在是看不好,抱拳了。
10回复 59浏览
脚底的碳板,外面有透明的硬塑包着的么?还是整个碳板一起的,正好镶嵌在脚底。[ 此帖被阿什顿发斯蒂芬在 09:36修改 ]发自手机虎扑
如果你喜欢
的文章,可以。& & & &
正。。。。
专业处理各种淘宝疑难杂症:后续问题,售假问题,退货问题,换货问题,质量问题等诸如类交易纠纷。
出售百事背包!/4819379/photo/a.html
收IPAD一枚,花式骚色衬衫N枚(品牌不限,看眼缘)
求LBJ12配色不限40码!
正品。。。。。。。。。。。。
上面鞋舌头的标
好像改过 歪的。有胶底
碳板看着不舒服
新手看没问题
岁月你别催,该来的我不推;岁月你别催,走远的仍要追。
新百伦鉴定专区:/4197
话说级别不重要但是见到和我同一批的兄弟都100多级了,这叫我情何以堪!
40级好多年了呀!求觖卡!
可以~~~~~~~~~~~~
年终大促销!!全场满158元包邮!!
大量商品降价销售,更多低价商品让利销售,请进店铺浏览!
皇冠老店:街头运动时尚
微信号:jtydss
地址:http://zyzp-/(出售国外及国内专柜的篮球鞋,潮流板鞋,服饰等!)
新百伦鉴定专区:/4197
话说级别不重要但是见到和我同一批的兄弟都100多级了,这叫我情何以堪!
40级好多年了呀!求觖卡!
真的。。。。。。。
鉴定请上高清标识,你认真对待,别人才能认真对待。
不跟风,不盲从,不逞能。
认真对待每一贴。
标正!!!!
★只看NB!其他的别圈我!如有看错请指正(你TM来打我呀)!★
只收妹纸的NB交流群: (拒绝小号,进群爆照!)
您需要登录后才可以回复,请
& 允许多选

我要回帖

更多关于 迅雷看看会员号 的文章

 

随机推荐