ios ios7 取消控件往上移
时间:2014-08-07 15:47:20
收藏:0
阅读:372
//判断是否为ios7 取消控件往上移
if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
ios ios7 取消控件往上移,布布扣,bubuko.com
原文:http://blog.csdn.net/alincexiaohao/article/details/38418677
评论(0)