iOS 10 introduced speech recognition Speech is designed to convert an acoustic model to phonetic representation, that is then transcribed to a physical representation. Sometimes there are multiple matches, so we must do more than just that. Looking at context we can disambiguate values with a language model. This was how it was modeled in […]
Category: Personal – Software and IT
Animate with Springs
All about engaging your user with better animations Why Springs How Springs Work How to use Springs
What’s new in Wallet and Apple Pay
Payments, Order tracking, and Identity Payments: Order Tracking: Identity:
What’s new in Core Data
Composite attributes Stage your migrations Defer your migrations
What’s new in Background Assets
Check out Meet Background Assets from WWDC 2022 Feature Recap What’s New Sample Implementation Debugging Guidance
Update Live Activities with Push Notifications
ActivityKit allows you to display live activities to show status and updates Preparations First push update Priority and alerts Enhancements
Migrate to Swiftdata
Generate model classes Complete adoption Coexists with Core Data
Integrate with motorized iPhone stands using DockKit
Introduction to DockKit How it works Custom Control Device animations
Go beyond the window with SwiftUI
How to leverage VisionOS using SwiftUI, many of the tools and frameworks have been extended over the last few years. Making AR more accessible across devices and platforms. This is all about the Immersive Space in VisionOS. Both Windows and volumes let you display content within their bounds. To go outside of the window you […]
Explore pie charts and interactivity in Swift Charts
Pie charts Chart(data, id: \.name) { element in SectorMark ( angle: .value(“Sales), element.sales) ) .foregroundStyle(by: .value(“Name”, element.name)) } Selection Scrolling