Skip to the content.

What’s New In SwiftUI for iOS Cheat Sheet - WWDC22

new

By Big Mountain Studio

A list of everything new in SwiftUI after WWDC 2022.

Working with Data

Environment Values

SwiftUI Views

New Controls

Updated Controls

Color

Stepper

Toggle

Accessibility Modifiers

Appearance Modifiers

Text and Symbol Modifiers

Many of the modifiers that were just for Text can now be applied to any view and all Text within will adopt the modifier.

Toolbar Modifiers

Context Menu

Style Modifiers

Grid Modifiers

Input and Event Modifiers

Searchable

There are over a dozen new searchable initializers that can be used now. Rather than go through them all, I think it would be better to just list out some of the new parameters:

SearchSuggestionsPlacement - A structure that defines ways in which search suggestions may be placed. (automatic, content, menu)

Presentation Modifiers

State Modifiers

Text Input & Output

TextField

Font

Images

The Image initializer now has a new parameter called variableValue that the rendered image can use to customize its appearance. If the symbols does not support it, this has no effect.

Animations

Charts

Gold logo