일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TableView
- library
- 개발
- 라이브러리
- androidstudio
- modal
- kotlin
- 개발자
- Apple
- Chart
- 그래프
- UIKit
- 어플리케이션
- graph
- Xcode
- Android
- PyQt5
- alamofire
- UIButton
- button
- Chrats
- charts
- Swift
- cocoapods
- ui
- Storyboard
- Python
- UITableView
- ios
- PyQt
Archives
- Today
- Total
반응형
목록Push (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
반응형