调整 PageViewController scrollView 下移问题

FFIB лет %!s(int64=6): %!d(string=назад)
Родитель
Сommit
382abcefcf

BIN
PaiAi/Paiai.xcodeproj/project.xcworkspace/xcuserdata/FFIB.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
PaiAi/PaiaiUIKit/Reusable/UIKit/PageViewController/PageViewController.swift

@@ -69,7 +69,7 @@ open class PageViewController: UIViewController {
69 69
         contentRect = CGRect(x: 0, y: 0, width: view.frame.width, height: view.frame.height)
70 70
 
71 71
         if #available(iOS 11, *) {
72
-            scrollView.contentInsetAdjustmentBehavior = .automatic
72
+            scrollView.contentInsetAdjustmentBehavior = .never
73 73
         } else {
74 74
             automaticallyAdjustsScrollViewInsets = false
75 75
         }