> iOS 26 New APIs
// The latest APIs and features in iOS 26. These tutorials cover brand-new capabilities that require the newest iOS version, including StoreKit updates, SwiftUI enhancements, and more.
5 Articles
- 01
- 02
- 03
- 04October 3, 2025
Building Child-Safe Communication Features with PermissionKit
PermissionKit lets children request parental permission to communicate with new contacts directly through Messages. Here's how to integrate it into your social or messaging app to create safer communication experiences.
ACCESS_TUTORIAL - 05September 11, 2025
Previewing Partially Generated Content with Foundation Models in SwiftUI
When building UIs that stream AI-generated content using Apple's Foundation Models framework, testing intermediate states in Xcode Previews requires some creative workarounds. Here's how to preview partially generated content without calling the actual model.
ACCESS_TUTORIAL