Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/107.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UIScrollView中的UiView在iPhone 7 plus模拟器中留下底部空间_Ios_Iphone - Fatal编程技术网

Ios UIScrollView中的UiView在iPhone 7 plus模拟器中留下底部空间

Ios UIScrollView中的UiView在iPhone 7 plus模拟器中留下底部空间,ios,iphone,Ios,Iphone,添加下面的代码。希望它能起作用 override func viewWillAppear(_ animated: Bool) { self.automaticallyAdjustsScrollViewInsets = false }

添加下面的代码。希望它能起作用

override func viewWillAppear(_ animated: Bool) {
        self.automaticallyAdjustsScrollViewInsets = false
}