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 |
Tags
- 엑셀
- python
- VBA
- html parser
- 유성
- kanna parser
- dataset
- swift html parser
- 대전
- 달력
- C#
- MDB
- 자전거
- euc-kr
- EXIF data
- file move
- Xcode
- kanna html parser
- 대전 업힐
- mdb table 합치기
- exifread
- 스위프트
- 대전 자전거
- 딴지일보 자유게시판 파씽
- StreamReader
- 노은
- insert into
- Exif
- swift
- 파이썬
Archives
- Today
- Total
목록UIImagePickerControllor (1)
Fly to the sky & Return
UIImagePickerController를 이용한 사진불러오기
12345678910111213141516171819202122232425262728293031323334353637383940 import UIKit class ViewController: UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate { @IBAction func imgSelect(sender: AnyObject) { let picker = UIImagePickerController() picker.sourceType = UIImagePickerControllerSourceType.PhotoLibrary picker.allowsEditing = true picker.delegate = self self..
프로그래밍/Swift(IOS & Mac)
2016. 1. 14. 19:25