杨旗
Results
1
comments of
杨旗
//关闭多出20像素的问题 if ([[UIDevice currentDevice] systemVersion].floatValue > 7.0){ self.automaticallyAdjustsScrollViewInsets = NO; }