iOS/iOS Swift 개발 일기

iOS swift) Pop viewcontroller - push

Developer-Michelle 2022. 9. 9. 23:40

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를 코드로 구현해보자.

Navigation은 앱에 Depth가 존재하는 한 필수적인 요소입니다! Storyboard로 쉽게 구현할 수 있지만 저는 코드로 만드는 것을 좋아해서 코드로 만들어 보겠습니다 :) # UINavigationController를 코드로 구현해

ontheswift.tistory.com