일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 그래프
- cocoapods
- PyQt5
- modal
- alamofire
- Storyboard
- Swift
- ui
- kotlin
- charts
- Apple
- TableView
- graph
- Xcode
- 개발자
- Android
- library
- button
- 개발
- androidstudio
- Python
- ios
- 어플리케이션
- Chart
- UIButton
- PyQt
- UIKit
- 라이브러리
- UITableView
- Chrats
Archives
- Today
- Total
반응형
목록Navigation (1)
Jiwift
[iOS/Swift] Push ViewController Code, Navigation Controller, 화면 이동 코드로
코드 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
반응형