일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 라이브러리
- TableView
- UITableView
- Apple
- Storyboard
- Chart
- androidstudio
- alamofire
- 개발
- kotlin
- UIKit
- cocoapods
- charts
- UIButton
- Chrats
- button
- library
- Swift
- Android
- PyQt5
- 개발자
- modal
- graph
- Xcode
- ios
- PyQt
- ui
- 어플리케이션
- Python
- 그래프
Archives
- Today
- Total
반응형
목록Navigation (1)
Jiwift
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bVY7kt/btrVpZkme7a/p4wT45qcyE1hFTxdTPfSb0/img.png)
코드 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
반응형