본문 바로가기

WWDC18

[WWDC16] Introducing SiriKit 유튜브 링크: https://www.youtube.com/watch?v=Cce5UglhPAo&t=963s SiriKit으로는 아래같은 시리 기능을 지원할 수 있습니다. Speech 단계에서는 말을 듣고 유저가 하려는 것을 Intent로 추출합니다. 이 Intent를 가지고 앱에서 Action을 수행합니다. Action을 수행한 후 Response를 UI로 제공합니다. 1. Speech를 받습니다. 2. Speech를 Intent로 변환하여 App Logic을 수행합니다. 3. 필요한 경우 UI를 제공합니다. Siri는 Messaging, VoIP calling, Payments, Workouts, Ride booking, Photos, List and Notes, Visual Code, Car Comma.. 2022. 5. 2.
[WWDC17] Enabling Your App for CarPlay 링크: https://developer.apple.com/videos/play/wwdc2017/719/ Enabling Your App for CarPlay - WWDC17 - Videos - Apple Developer Understand how to enable your audio, messaging, VoIP calling or automaker app for CarPlay. Audio, messaging and VoIP calling apps use a... developer.apple.com 목차 1. CarPlay 앱이 작동하는 방법 2. 오디오 앱 3. 메세지와 VoIP 통화 앱 4. Automaker 앱 1. CarPlay 앱이 작동하는 방법 CarPlay에 있는 모든 앱들이 가능한 기능입.. 2022. 3. 8.
[WWDC18] CarPlay Audio and Navigation Apps 링크: https://developer.apple.com/videos/play/wwdc2018/213/ CarPlay Audio and Navigation Apps - WWDC18 - Videos - Apple Developer Learn how to update your audio or navigation app to support CarPlay. Apps in CarPlay are optimized for use in the car, and automatically... developer.apple.com 목차 1. CarPlay 오디오 앱 2. 새 CarPlay 프레임워크와 네비게이션 앱 + 데모 서론으로 CarPlay의 특징, 허용되는 앱 카테고리를 소개하였습니다. 1. CarPlay 오디오 앱 .. 2022. 3. 8.
[WWDC20] Accelerate your app with CarPlay 링크: https://developer.apple.com/videos/play/wwdc2020/10635/ Accelerate your app with CarPlay - WWDC20 - Videos - Apple Developer CarPlay is the smarter, safer way for people to use iPhone in the car. We'll show you how to build great apps for the car screen,... developer.apple.com 그동안 CarPlay 템플릿은 네비게이션만 가능했지만 iOS 14에서는 네비게이션, 오디오, 커뮤니케이션, EV 충전, 주차, 음식 주문에서 가능합니다. CarPlay 디자인 원칙들 - 승객이 아닌, 운전자를.. 2022. 3. 8.
[WWDC16] Developing CarPlay Systems, Part 1 링크 : https://developer.apple.com/videos/play/wwdc2016/722/ Developing CarPlay Systems, Part 1 - WWDC16 - Videos - Apple Developer CarPlay is a smarter, safer way to use your iPhone in the car. Learn how CarPlay works and how to design your car's infotainment system... developer.apple.com CarPlay란 아이폰을 차에서 안전하게 사용하는 방법입니다. 아이폰을 사용하는 방식과 비슷하고, 차에 내장된 디스플레이에 통합되어 있습니다. iOS의 새 버전이 출시되면 CarPlay에서도 마찬.. 2022. 3. 7.
[WWDC21] Localize your SwiftUI app 1. Strings 텍스트에 넣으면 자동으로 localized strings로 보입니다. - LocalizedStringKey 2. Layout right-to-left 언어 지원 3. Styling 마크다운 형식이 가능합니다. 4. Formatting 5. Keyboard shortcuts US에서는 커맨드 + 같은 단축키가 리투아니안 키보드에서는 어려웠으나 쉬워졌다. 데모는 생략합니당 영상: https://developer.apple.com/videos/play/wwdc2021/10220/ Localize your SwiftUI app - WWDC21 - Videos - Apple Developer Learn how to localize your SwiftUI app and make it availa.. 2022. 1. 27.