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