본문 바로가기

WWDC43

WWDC18 - What's New in User Notifications 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc18/710 What’s New in User Notifications - WWDC18 - Videos - Apple Developer Local and push notifications enable your app to keep users informed with timely and relevant content, by displaying messages and... developer.apple.com 요약 Grouped notificaitons 이제 기본적으로 같은 앱에서 나온 notification들은 자동적으로 그룹핑되어진다. ( .. 2021. 8. 11.
WWDC20 - The Push Notifications primer 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10095 The Push Notifications primer - WWDC20 - Videos - Apple Developer Help people get the most out of your app with push notifications for important events and updates — and by delivering up-to-date data in... developer.apple.com 요약 push notification은 앱이 포그라운드 상태일 필요가 없게해주고, 필요하면 앱을 런치하게 해준다. 하기 위해.. 2021. 8. 9.
WWDC20 - Keep your complications up to date 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10049 Keep your complications up to date - WWDC20 - Videos - Apple Developer Time is of the essence: Discover how your Apple Watch complications can provide relevant information throughout the day and help people... developer.apple.com 요약 complciation을 최신상태로 유지하는 방법은 크게 2가지 방법이 있고, 세부적으로는 4가지방법이 있다. .. 2021. 8. 9.
WWDC 20 - Create complications for Apple Watch 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10046 Create complications for Apple Watch - WWDC20 - Videos - Apple Developer When you add complications to a Watch app, people can access glanceable and up to date information directly from their watch face. We'll... developer.apple.com 요약 Timeline을통해 시간마다 complication을 제공한다. CLKComplicationDataSou.. 2021. 7. 14.
WWDC 20 - Build SwiftUI views for widgets 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10033 Build SwiftUI views for widgets - WWDC20 - Videos - Apple Developer Widgets are bite-sized pieces of information from your app that someone can choose to place on their home screen or Today view. Discover... developer.apple.com 요약 레이어의 코너를 모든디바이스에 동일한 값으주지않고 싶으면서, 디바이스마다 외부레이어의 코너에 따라 안족모서리를 그에.. 2021. 7. 7.
WWDC 20 - Widgets Code-along, part 3: Advancing timelines 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10036 Widgets Code-along, part 3: Advancing timelines - WWDC20 - Videos - Apple Developer Take your widget to the next level as we embark upon the third and final stage of the widgets code-along. Pick up where you left off in... developer.apple.com 요약 timeline provider는 completion 핸들러를 통해 손쉽게 비동기요청에 .. 2021. 7. 7.
WWDC 20 - Widgets Code-along, part 2: Alternate timelines 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10035 Widgets Code-along, part 2: Alternate timelines - WWDC20 - Videos - Apple Developer Our code-along continues as we help our widget rewrite the future and travel into an alternate timeline. Continue where you left off from... developer.apple.com 요약 위젯의 사이즈는 크게 3가지로나뉜다 - small, medium, large 다양한 .. 2021. 7. 6.
WWDC 20 - Widgets Code-along, part 1: The adventure begins 세션보면서 정리한 내용입니다. 해석이 잘못된 경우가 있을수있으니 발견하시면 댓글로 남겨주시면 감사하겠습니다🙏🏻 https://developer.apple.com/wwdc20/10034 Widgets Code-along, part 1: The adventure begins - WWDC20 - Videos - Apple Developer Take your app on a most wondrous adventure to the home and Today screens of iPhone, iPad, and Mac. Grab the starter project and code... developer.apple.com 요약 간단하게 Widget은 그저 SwiftUI의 View이다 Widget을 preview로 볼때.. 2021. 7. 6.