iOS
navigationController의 [hidesBarsOnSwipe , hidesBarsOnTap, hidesBarsWhenKeyboardAppears, hidesBarsWhenVerticallyCompact] 알아봅시다.
iOS_Assin
2019. 3. 17. 11:05
StoryBoard
onSwipe, onTap, When Keyboard Appears, When Vertically Compact 4가지 옵션이 있습니다.
programmatically
navigationController?.hidesBarsOnSwipe = true
navigationController?.hidesBarsOnTap = true
navigationController?.hidesBarsWhenKeyboardAppears = true
navigationController?.hidesBarsWhenVerticallyCompact = true