StoryBoard
onSwipe, onTap, When Keyboard Appears, When Vertically Compact 4가지 옵션이 있습니다.
programmatically
navigationController?.hidesBarsOnSwipe = true
navigationController?.hidesBarsOnTap = true
navigationController?.hidesBarsWhenKeyboardAppears = true
navigationController?.hidesBarsWhenVerticallyCompact = true
'iOS' 카테고리의 다른 글
iOS 사용성 최대로 올려보자! (Part3) - UIView Interactive Animation (1) | 2019.08.19 |
---|---|
iOS 사용성 최대로 올려보자! (Part4) - UIViewController Non Interactive Transition (0) | 2019.08.18 |
iOS 사용성 최대로 올려보자! (Part2) - ShapeShifter (0) | 2019.08.18 |
iOS 사용성 최대로 올려보자! (Part1) - PaintCode (1) | 2019.08.18 |
iOS Test Case 개발 방법 With ReactorKit (0) | 2019.03.19 |