Wishlist for WWDC 2022? #9
sindresorhus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your SwiftUI wishlist for WWDC 2022?
Mine:
Menu
view programmatically. (FB8530113)TextEditor
much more configurable and powerful.Alert
with text fields or just the ability to add any view.Menu
, not just buttons with a label and image icon.Picker
. (For example, multiple checkboxes)StackNavigationViewStyle
for macOS. (FB9760079)@AppStorage
. Ideally, anyCodable
type.matchedGeometryEffect()
work withNavigationLink
and.sheet()
.@SecureStorage
for accessing the keychain.WebView
component.SafariView
component.MediaPicker
component.Color
manipulation. (FB7551832)isHighlighted
EnvironmentKey for whether aButton
is highlighted. (FB8075582)View#fontSize()
modifier to change only the font size of the current font.My 2021 wishlist
Beta Was this translation helpful? Give feedback.
All reactions