일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Banker's
- Oracle
- 시트 탭 사라짐
- chart.js
- python
- rounding
- 썸머노트
- 업비트
- Request.Form
- upbit
- 나만의 상점
- CSV
- 가로 스크롤 막대
- MSSQL
- Kakao API Address
- Aspose.cells
- 한글깨짐
- 세로 스크롤 막대
- swift 화면전환
- 스크롤 사라짐
- 초딩수학
- LEFT JOIN
- Excel
- .csv
- MS-SQL
- MYSQL
- 일본여행
- Android
- league of legends
- Banker's rounding
Archives
- Today
- Total
목록Navigation controller (1)
DBA
화면전환 : Navigation Controller
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