//判断是否为ios7 取消控件往上移
if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
ios ios7 取消控件往上移,布布扣,bubuko.com
ios ios7 取消控件往上移
原文:http://blog.csdn.net/alincexiaohao/article/details/38418677