ChrisRockC / MyWiki

点-线-面
0 stars 0 forks source link

ios 11 #262

Open ChrisRockC opened 6 years ago

ChrisRockC commented 6 years ago

-(void)configureiOS11Version{ if (@available(iOS 11.0, *)) { [UITableView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; [UIWebView appearance].scrollView.contentInsetAdjustmentBehavior =UIScrollViewContentInsetAdjustmentNever; [UIScrollView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever ; [UICollectionView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; } else { } }