Post

UIKit - NavigationController 설정 방법(스토리보드)

UIKit - NavigationController 설정 방법(스토리보드)

1.Storyboard에서 기본 제공되는 ViewController 외에 새로운 ViewController 생성

image

2.하단 메뉴를 통해 NavigationController 설정

image

설정된 NavigationController 확인

image

3.Segue 설정 (show 선택)

image

present modally는 아래에서 위로 올라오지만, show 방식은 옆으로 넘어가는 효과임.

4.Segue 설정 확인

image

5.Navigation title 설정

image

6.Navigation title 설정 확인

image

결과

image

This post is licensed under CC BY 4.0 by the author.