

This minor release introduces new theming APIs for MDCActionSheetAction and bug fixes.

Add missing self to traitCollectionDidChangeBlock (#8276) (Yarden Eitan).Add dark mode support to theming extension (#8245) (Cody Weaver).Modified property: traitCollectionDidChangeBlock in MDCButton Type of (readwrite, copy, nonatomic, nullable) void (^) (UITraitCollection *_Nullable) (readwrite, copy, nonatomic, nullable) void (^) (MDCButton *_Nonnull, UITraitCollection *_Nullable) traitCollectionDidChangeBlock In practice, this means you can launch the app, tap the link by hand to show the second view, then after a brief pause you’ll automatically be taken back to the previous screen.This patch release corrects issues with Git-LFS on the stable branch. As an example, we could write code to create a tappable navigation link that shows a detail screen, but also set isShowingDetailView back to false after two seconds. It’s worth adding that you can use your state property to dismiss views as well as present them.

To get started with NavigationView you should wrap one around whatever you’re trying to display, like this: struct ContentView: View Sponsor Hacking with Swift and reach the world's largest Swift community! Getting a basic NavigationView with a title From testing new features to optimizing app performance and stability, Instabug’s deep visibility and insights equip you to excel in the mobile landscape. SPONSORED Designed for mobile apps, Instabug enables your team to consistently deliver exceptional 5-star apps.
