WWDC2022
-
[WWDC2022] What's new in the Photos picker앱등이에게 살충제를 뿌린다./Apple Dev Reference 2022. 8. 25. 02:06
https://developer.apple.com/videos/play/wwdc2022/10023/ What's new in the Photos picker - WWDC22 - Videos - Apple Developer PHPicker provides simple and secure integration between your app and the system Photos library. Learn how SwiftUI and Transferable can... developer.apple.com 목차 - New features - Platform Support - Frameworks New features PHPickerFilter 현재 .images, .videos, .livePhotos를 필터링할..
-
[WWDC2022] Discover PhotoKit change history앱등이에게 살충제를 뿌린다./Apple Dev Reference 2022. 8. 8. 02:34
https://developer.apple.com/videos/play/wwdc2022/10132/ Discover PhotoKit change history - WWDC22 - Videos - Apple Developer PhotoKit can help you build rich, photo-centric features. Learn how you can easily track changes to image assets with the latest APIs in... developer.apple.com Asset들의 변경사항을 최신화하기 위해 Photo Library의 변경사항을 자주 체크해주어야 한다. 이 때 Asset이 많다면 굉장한 비용을 소모하게 된다. 이러한 검사를 Asset마다 일일이 하지 ..
-
[WWDC2022] Embrace Swift Generic앱등이에게 살충제를 뿌린다./Apple Dev Reference 2022. 8. 8. 01:33
https://developer.apple.com/videos/play/wwdc2022/110352/ Embrace Swift generics - WWDC22 - Videos - Apple Developer Generics are a fundamental tool for writing abstract code in Swift. Learn how you can identify opportunities for abstraction as your code... developer.apple.com Swift의 추상화에 대한 이야기로 시작 - overload로 인한 보일러플레이트 발생, class사용 등 Parametric polymorphism // 아래 세가지 선언은 완전히 동일하다. // As-is func..