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
- urllib
- pandas
- port
- 맛집
- 리눅스
- node.js
- IOS
- javascript
- sqlite
- MS-SQL
- tensorflow
- MySQL
- flutter
- mssql
- swift
- GIT
- 날짜
- PyQt
- Linux
- ASP
- 유니티
- PER
- PyQt5
- 함수
- python
- ubuntu
- Excel
- 라즈베리파이
- Unity
- 다이어트
Archives
목록Modal (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