ylliX - Online Advertising Network

SwiftUI Self-Sizing Flow Layouts

The UIKit combination of UICollectionView and the UICollectionViewFlowLayout gives a lot of flexibility and control to build grid-like flow layouts. How do we do that with SwiftUI? Self-Sizing Flow Layouts The UICollectionViewFlowLayout documentation describes a flow layout as laying out a collection of items using a fixed distance in one direction and a scrollable distance […]

Upcoming changes to the App Store Receipt Signing Intermediate Certificate – Latest News – Apple Developer

As part of ongoing efforts to improve security and privacy on Apple platforms, the App Store receipt signing intermediate certificate is being updated to use the SHA-256 cryptographic algorithm. This certificate is used to sign App Store receipts, which are the proof of purchase for apps and In-App Purchases. This update is being completed in multiple phases […]

TestFlight enhancements to help you reach testers – Latest News – Apple Developer

Beta testing your apps, games, and App Clips is even better with new enhancements to TestFlight. Updates include: Redesigned invitations. TestFlight invitations now include your beta app description to better highlight new features and content your app or game offers to prospective testers. Apps and games with an approved version that’s ready for distribution can also […]

Updated agreements now available – Latest News – Apple Developer

The Apple Developer Program License Agreement and its Schedules 1, 2, and 3 have been updated to support updated policies and upcoming features, and to provide clarification. Please review the changes below and accept the updated terms in your account. Apple Developer Program License Agreement Definitions, Section 3.3.3(J): Specified requirements for use of App Intents. Definitions, […]

AnyView is everywhere in Xcode 16

Loved to see this entry in Xcode 16’s release notes: Xcode 16 brings a new execution engine for Previews that supports a larger range of projects and configurations. Now with shared build products between Build and Run and Previews, switching between the two is instant. Performance between edits in the source code is also improved […]

Conditional SwiftUI Accessibility Labels

In iOS 18, Apple added an optional isEnabled parameter to many of the accessibility modifiers. Conditional Accessibility Modifiers (iOS 18) Apple added the isEnabled parameter to .accessibilityLabel, .accessibilityInputLabels, .accessibilityValue, .accessibilityHint and many other accessibility modifiers. This has the effect of only applying the modifier when the isEnabled parameter is true. This is useful in situatons […]