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

[ViewController.swift] import UIKit class ViewController: UIViewController { @IBOutlet weak var btnSecondViewControllerPresent: UIButton! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } // 두번째 뷰 컨트롤러 호출 @IBAction func onClickedSecondViewController(_ sender: UIButton) { guard let secondViewController = self.storyboard?.instantiateViewControll..
[3] Development/Swift
2023. 3. 28. 15:21