1.在調(diào)用彈出之前加上以下代碼:
if (@available(iOS 11.0, *)) {
? ? ? ? [[UIScrollView appearance] setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentAutomatic];
? ? }
2.在退出通訊錄或相冊時再設(shè)置還原
? ? if (@available(iOS 11.0, *)) {
? ? ? ? [[UIScrollView appearance] setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever];
? ? }