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
- 애니메이션
- Human interface guide
- SWIFT
- UICollectionView
- ios
- ribs
- map
- collectionview
- swiftUI
- 리펙토링
- clean architecture
- HIG
- RxCocoa
- UITextView
- 클린 코드
- Clean Code
- Observable
- Xcode
- 리펙터링
- Refactoring
- swift documentation
- tableView
- uiscrollview
- 스위프트
- Protocol
- combine
- rxswift
- uitableview
- MVVM
- 리팩토링
Archives
- Today
- Total
목록Picture and Picture (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/tdPFH/btrSZYvgSEa/GVcKG1KkzzKEreMPK2yFrK/img.gif)
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