250x250
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
- iPhone
- ipad
- 애니메이션
- 백엔드
- php
- 풀스택
- button
- 프론트엔드
- jQuery
- keyframes
- effect
- HTML
- xcode
- 자바스크립트
- react
- 비전공 개발자
- CSS
- 개발자
- front-end
- MAC
- html5
- Animation
- iOS 개발자
- SWIFT
- javascript
- IOS
- hover
- css3
- image
- 비전공자
Archives
- Today
- Total
목록UINavigationController (1)
비전공자 개발일기

import UIKit class ViewController: UIViewController { @IBOutlet weak var imageView: UIImageView! let imagePicker = UIImagePickerController() var selectedImage = UIImage() override func viewDidLoad() { super.viewDidLoad() imagePicker.delegate = self imageView.backgroundColor = .brown } @IBAction func cameraBTN(_ sender: UIButton) { imagePicker.sourceType = .camera present(imagePicker, animated: t..
SWIFT
2023. 3. 2. 21:14