ios ios7 取消控制拉升

    //推断是否ios7 取消控制拉升

    if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {

        self.edgesForExtendedLayout = UIRectEdgeNone;

    }

原文地址:https://www.cnblogs.com/blfshiye/p/4573345.html