iOS swift) Pop viewcontroller
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
'iOS > iOS Swift 개발 일기' 카테고리의 다른 글
iOS swift) 오픈소스 라이브러리 SideMenu (0) | 2022.09.10 |
---|---|
iOS swift) WKWebView (0) | 2022.09.10 |
iOS swift) 런치스크린 (0) | 2022.09.08 |
iOS swift) snapkit uiview 정 가운데에 위치시키기 (0) | 2022.09.03 |
iOS swift] UISearchController (0) | 2022.09.01 |