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 |
Tags
- 안드로이드 숏컷
- 노티피케이션 익스텐션
- 앱 꺼졌을 때 푸시 데이터 저장
- Flutter NativeView
- FlutterView MethodChannel
- flutter 회전
- silent push
- 스위프트 푸시
- 스위프트 카메라
- native flutter view
- Swift flutterviewcontroller
- 앱 백그라운드 푸시 데이터 저장
- 스위프트 앨범
- 안드로이드 앨범
- 스위프트
- 푸시 데이터 저장
- swift 문자
- 스위프트 UserDefaults
- 스위프트 테이블 뷰 셀
- flutter rotate
- Swift flutterview
- 안드로이드 바로가기
- NotificationService Extension
- swift autolayout
- 안드로이드 FCM
- Flutter UIKitView MethodChannel
- 안드로이드 에러
- 플러터 뷰 컨트롤러
- 스위프트 웹뷰
- swift sms
Archives
- Today
- Total
목록스위프트 비디오 (1)
Things take time
[SWIFT] 6일차 : 스위프트 기본 앱
1. 비디오 플레이어 import UIKit import AVKit import AVFoundation class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } @IBAction func btnPlayInternalMovie(_ sender: U..
iOS (교육)
2017. 4. 29. 12:31