본문 바로가기
iOS/UIKit

UIScrollView content insets with UINavigationController

by Mildwhale 2018. 4. 20.

automaticallyAdjustsScrollViewInsets (Deprecated iOS 11.0)

UIViewController의 Property.

NavigationBar, SearchBar 등 상, 하단의 뷰 크기에 맞게 ScrollView의 contentInsets을 보정해준다. 

기본값은 True이다.


contentInsetAdjustmentBehavior (Available iOS 11.0)

automaticallyAdjustsScrollViewInsets와 동일한 역할을 하지만, UIView의 Property이다.

기본값은 Automatic이다.