//推断是否ios7 取消控制拉升
if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
//推断是否ios7 取消控制拉升
if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M