본문 바로가기

WWDC43

WWDC 20 - Meet WidgetKit 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10028 Meet WidgetKit - WWDC20 - Videos - Apple Developer Meet WidgetKit: the best way to bring your app's most useful information directly to the home screen. We'll show you what makes a great... developer.apple.com 요약 위젯은 미니앱이아니다. 위젯은 한눈에 쉽게파악할수있어야하고, Stateless한 UI이다. 스크롤, 컨트롤기능을 할수없다. 터치를통하여 앱으로들어갈.. 2021. 7. 6.
WWDC 21 - Bring Core Data concurrency to Swift and SwiftUI 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc21/10017 Bring Core Data concurrency to Swift and SwiftUI - WWDC21 - Videos - Apple Developer Discover how Core Data is adopting the new concurrency capabilities of Swift 5.5, leading to more concise, efficient, and safe... developer.apple.com 요약 Swift5.5의 concurrency를 CoreData에 적용한 perform { } API가 생겼다.. 2021. 7. 5.
WWDC 17 - What's New in Core Data 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc17/210 What's New in Core Data - WWDC17 - Videos - Apple Developer Join the Core Data engineering team and learn about the new features in Core Data. See how you can easily and automatically include your... developer.apple.com 요약 Core Spotlight를 도입했고, 이를통해 앱에서 손쉽게 디바이스의 데이터를 찾게해준다. ( 어려워서 패스 ) 다양환 환경에서 .. 2021. 7. 4.
WWDC 20 - Core Data: Sundries and maxims 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10017 Core Data: Sundries and maxims - WWDC20 - Videos - Apple Developer Core Data is the central way to durably and persistently store information from your app — and we're going to show you how to refine that... developer.apple.com 요약 가능하면 batch operations들을이용하고, 대신 notificaion은발생하지않는다. fetch reque.. 2021. 7. 3.
WWDC 19 - Making Apps with Core Data 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc19/230 Making Apps with Core Data - WWDC19 - Videos - Apple Developer Core Data helps manage the flow of data throughout your app. Hear about new features in Core Data that make your code simpler and more... developer.apple.com 요약 각 model들에 대해👍 relationship으로 다대다, 혹은 일대다, 다대일로 설정할수있다. 또한 삭제룰도 정할수있다. Per.. 2021. 7. 2.
WWDC 18 - Core Data Best Practices 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc18/224 Core Data Best Practices - WWDC18 - Videos - Apple Developer As your app gains more customers and becomes more feature-rich, you may find yourself with new problems to solve. Core Data is a powerful... developer.apple.com 요약 PersistentContainer는 보다 쉽게 Core data에 필요한 준비작업들을 해주고 쉽게 작업할수있다. 물론 서브클래스.. 2021. 7. 2.
WWDC 17 - Efficient Interactions with Frameworks 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/videos/play/wwdc2017/244 Efficient Interactions with Frameworks - WWDC17 - Videos - Apple Developer Border crossings can be smooth and efficient or slow and tedious. The boundary between an app and a framework is analogous, but... developer.apple.com 관련내용 프레임워크를 앱에 효과적으로적용시키는방법 요약 👍Slice는 COW으로, 비용이발생하지않는다... 2021. 6. 30.
WWDC 18 - Behind the Scenes of the Xcode Build Process 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/videos/play/wwdc2018/415/ Behind the Scenes of the Xcode Build Process - WWDC18 - Videos - Apple Developer Ever wonder what happens when you build your project in Xcode? Learn how Xcode automates the steps required to build an application, and... developer.apple.com 관련내용 Xcode가 어떻게 빌드하는 과정을 자동화하는지 , 어떻게 나누어.. 2021. 6. 27.