Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- PyQt
- python
- javascript
- 유니티
- Linux
- 리눅스
- ASP
- PyQt5
- tensorflow
- MySQL
- 라즈베리파이
- MS-SQL
- 날짜
- Excel
- IOS
- GIT
- 맛집
- 다이어트
- mssql
- port
- node.js
- urllib
- swift
- PER
- pandas
- Unity
- ubuntu
- sqlite
- flutter
- 함수
Archives
목록dismiss (1)
아미(아름다운미소)
iOS - Swift4) Present and dismiss modal view controller(모달 뷰 컨트롤러 표시 및 닫기)
Present and dismiss modal view controller (모달 뷰 컨트롤러 표시 및 닫기) Swift 4 스토리 보드에 각각에 버튼이있는 두 개의 View Controller(ViewController.swift, SecondViewController.swift)를 만듭니다. 두 번째보기 컨트롤러의 경우 클래스 이름을 SecondViewController로, 스토리 보드 ID는 secondVC로 설정합니다. ViewController.swift import UIKit class ViewController: UIViewController { @IBAction func presentButtonTapped(_ sender: UIButton) { let storyboard = UIStoryb..
랭귀지/SWIFT
2018. 6. 2. 20:30