IOS网友们的篇章

UIScrollView自动向下偏移的问题

2016-04-02  本文已影响2379人  Simba_LX

下面是官方文档中的描述

automaticallyAdjustsScrollViewInsets
Specifies whether or not the view controller should automatically adjust its scroll view insets.
@property(nonatomic, assign) BOOL automaticallyAdjustsScrollViewInsets
Discussion
Default value is YES, which allows the view controller to adjust its scroll view insets in response to the screen areas consumed by the status bar, navigation bar, and toolbar or tab bar. Set toNO if you want to manage scroll view inset adjustments yourself, such as when there is more than one scroll view in the view hierarchy.
Availability
Available in iOS 7.0 and later.

Declared In
UIViewController.h


self.automaticallyAdjustsScrollViewInsets=NO;
上一篇 下一篇

猜你喜欢

热点阅读