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
- Refactoring
- clean architecture
- tableView
- swift documentation
- UICollectionView
- swiftUI
- MVVM
- Observable
- 리펙토링
- uiscrollview
- HIG
- Human interface guide
- 클린 코드
- Protocol
- ribs
- map
- rxswift
- RxCocoa
- Xcode
- 리팩토링
- 리펙터링
- uitableview
- 애니메이션
- collectionview
- UITextView
- SWIFT
- Clean Code
- ios
- 스위프트
- combine
Archives
- Today
- Total
목록AVPictureInPictureControllerDelegate (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] PIP(Picture In Picture) 사용 방법 (AVPictureInPictureControllerDelegate, 유튜브 PIP)
PIP 모드 구현 방법 iOS 14+ Target -> Signing & Capabilities -> Capability -> Background 추가 아래 그림과 같이 Modes > Audio, AirPlay, and Picture in Picture 체크 테스트에 사용될 mp4 url 준비 http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 테스터에 사용될, HTTP 통신으로 위 mp4를 가져와야 하므로 info.plist에서 ATS추가 후 Allow Arbitrary Loads를 Yes 설정 ViewController에 필요한 AVKit, AVFoundation 임포트 import AVKit import ..
iOS 응용 (swift)
2022. 12. 6. 22:39