일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Excel
- Kakao API Address
- Aspose.cells
- PromptEngineering
- MSSQL
- 일본여행
- httpclient timeout
- .csv
- 블록코딩
- largelanguagemodels
- upbit
- AIoptimization
- 업비트
- 초딩수학
- MYSQL
- 코딩입문
- swift 화면전환
- league of legends
- 엔트리
- 한글깨짐
- chart.js
- MS-SQL
- python
- 나만의 상점
- ASP.NET MVC
- Android
- 썸머노트
- 오블완
- 파이썬입문
- 스크래치코딩
Archives
- Today
- Total
목록Navigation controller (1)
DBA

ViewController를 선택하고 xcode의 Editor > Embed In > Navigation Controller를 선택해서 Navigation Controller를 추가 한다. [ViewController.swift] @IBAction func onClickedSecondViewControllerNavigation(_ sender: UIButton) { let vcSecond = self.storyboard?.instantiateViewController(withIdentifier: "vcSecond") self.navigationController?.pushViewController(vcSecond!, animated: true) } withIdentifier: SecondViewContr..
[3] Development/Swift
2023. 3. 28. 15:32