iOS swift) Pop viewcontroller popViewController(animated:) https://gyuios.tistory.com/m/123 iOS) 여러개의 view controller pop 하기 navigation view controller 에서 pop 하는 방법은 총 세가지다. popToRootViewController(animated:) : rootViewController 를 제외한 모든 view controller 를 pop 한다. popToViewController(_:animated:) : 특.. gyuios.tistory.com https://ontheswift.tistory.com/8 UINavigationController를 코드로 구현해보자. Navigat..