일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ios
- Storyboard
- Chart
- library
- PyQt5
- Xcode
- UITableView
- charts
- UIButton
- 라이브러리
- button
- androidstudio
- TableView
- ui
- graph
- kotlin
- cocoapods
- 개발자
- Swift
- PyQt
- Android
- 어플리케이션
- UIKit
- Python
- alamofire
- Apple
- 개발
- 그래프
- Chrats
- modal
Archives
- Today
- Total
반응형
목록Navigation (1)
Jiwift

코드 guard let VCname = self.storyboard?.instantiateViewController(withIdentifier: "ViewControllerName") as? ViewControllerName else { return } self.navigationController?.pushViewController(VCname, animated: Bool) 사용법 Push를 사용하기 위해서는 ViewController가 Navigation Controller에 있어야 하는 조건이 있어 그 작업을 먼저 해주어야 한다. 코드로도 가능하지만 일단 Storyboard로 정리를 할 예정이다. 원하는 ViewController를 선택하고, [Editor -> Embed in -> Navigati..
iOS Dev/UIKit
2023. 1. 4. 22:08
반응형