본문 바로가기

WWDC18

[WWDC22] Adopt Variable Color in SF Symbols 링크: https://developer.apple.com/videos/play/wwdc2022/10158/ Adopt Variable Color in SF Symbols - WWDC22 - Videos - Apple Developer Explore how you can use Variable Color to make SF Symbols even more expressive. We'll show you how system-provided symbols use variable... developer.apple.com 1. Variable Color란 Variable Color는 퍼센트 값으로 심볼의 외관에 영향을 끼치게 해주는 새로운 기능입니다. 신호 강도 또는 진행률처럼 시간이 지남에 따라 변경될 수 있습.. 2022. 8. 1.
[WWDC22] Add accessibility to your Unity games 링크: https://developer.apple.com/videos/play/wwdc2022/10151/ Add accessibility to your Unity games - WWDC22 - Videos - Apple Developer Learn how you can make your Unity games accessible on Apple platforms using our open source Accessibility plug-in. Follow along as we add... developer.apple.com 유니티 개발자를 위한 애플 접근성 플러그인은 VoiceOver, Switch Control, Dynamic Type 이 세 가지의 접근성을 위한 기술을 제공합니다. 접근성 플러그인 사용.. 2022. 7. 21.
[WWDC20] Expand your SiriKit Media Intents to more platforms 링크: https://developer.apple.com/videos/play/wwdc2020/10061/ Expand your SiriKit Media Intents to more platforms - WWDC20 - Videos - Apple Developer Discover how you can enable Siri summoning for your music or audio app using SiriKit Media Intents. We'll walk you through how to add... developer.apple.com 목차 1. 새 플랫폼 2. 새 기능 3. 성능 향상 1. 새 플랫폼 - HomePod 인공지능 스피커입니다. - Apple TV Apple TV에 음악 재생을 요청하는.. 2022. 5. 9.
[WWDC20] Decipher and deal with common Siri errors 링크: https://developer.apple.com/videos/play/wwdc2020/10074/ Decipher and deal with common Siri errors - WWDC20 - Videos - Apple Developer “Sorry, there was a problem with the app... developer.apple.com Xcode에서 Scheme Editor를 통한 자동 Siri Query를 하는 방법은 Intents Extension의 Scheme Editor에서 Siri Intent Query에 질의할 내용을 넣는 것입니다. Intents Extension을 실행할 때 host process를 선택할 수 있습니다. Intents extension을 실행했을 때 .. 2022. 5. 9.
[WWDC19] Introducing SiriKit Media Intents 링크: https://developer.apple.com/videos/play/wwdc2019/207/ Introducing SiriKit Media Intents - WWDC19 - Videos - Apple Developer iOS 13 enhances SiriKit by bringing all new support for audio content playback. See how to provide an excellent, hands-free experience... developer.apple.com iOS 13 이상부터 오디오 유스케이스를 위한 미디어 도메인 지원을 시작합니다. 목차 1. 새 SiriKit Media Intents 소개 2. SiriKit Media Reqeusts 핸들링 3. B.. 2022. 5. 9.
[WWDC16] Extending Your Apps with SiriKit 유튜브 링크: https://www.youtube.com/watch?v=7TZHLjdViYA 목차 1. SiriKit 도입 준비하기 2. Intents extension 추가하기 3. Siri에서 UI 제공하기 1. SiriKit 도입 준비하기 Embedded frameworks(포함된 프레임워크)에는 네트워킹, 데이터 모델, 결정 로직, UI가 있습니다. Intents extension과 App의 코드를 공유하여 재사용성을 높일 수 있습니다. Unit tests에서는 Mock intents로 앱이 의도대로 응답하는지 확인해야 합니다. 데모앱에는 3가지의 Intent를 가지고 있습니다. 이것을 하나의 Intent extension으로 관리하면 코드가 너무나 방대해집니다. 하지만 한 Intent 당 하나의.. 2022. 5. 2.