iOS 6 presentModalViewController被定义过时的方法,怎么办
展开全部
iOS5 iOS6 用的都是presentViewController
IOS 4 才是用 presentModalViewController
if ([self respondsToSelector:@selector(presentViewController:animated:completion:)]) {
[self presentViewController:aSelect animated:YES completion:nil]; // ios 5 and 以上
}else{
[self presentModalViewController:aSelect animated:YES]; // ios 4 and 以下
}
aSelect 是你的class
IOS 4 才是用 presentModalViewController
if ([self respondsToSelector:@selector(presentViewController:animated:completion:)]) {
[self presentViewController:aSelect animated:YES completion:nil]; // ios 5 and 以上
}else{
[self presentModalViewController:aSelect animated:YES]; // ios 4 and 以下
}
aSelect 是你的class
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询