What’s the general recommendation for custom controls to adopt the new design?

Asked on 06/11/2025

1 search

The general recommendation for custom controls to adopt the new design is to use standard app structures, toolbars, search placements, and controls whenever possible. However, if your app requires more customization, you can create custom elements using the new design principles. For example, you can add Liquid Glass effects to your custom views to make them stand out while maintaining harmony with the system's design. This involves using the gloss effect modifier in SwiftUI or the Liquid Glass material in UIKit to create a dynamic and translucent appearance that integrates well with the new design system.

For more detailed guidance, you can refer to the sessions Build a SwiftUI app with the new design and Build a UIKit app with the new design, which cover how to implement these custom elements and effects.