Post

Replies

Boosts

Views

Activity

Reply to ImageRenderer fails to render Picker
I just figured this out: in some contexts, some views will not be rendered if they're backed by AppKit or UIKit. Widgets, ImageRender, and the new shader APIs will refuse to play with those types of views. See the callout right above this section in the docs. Buttons, for instance, will work but ProgressViews or Pickers will not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’23
Reply to Is the new iPadOS/macOS 26 help icon available in SF Symbols?
It’s a private SF Symbol, the system name is tips You shouldn’t do this but you can access it with: Image(_internalSystemName: "tips")
Replies
Boosts
Views
Activity
Jul ’25
Reply to Unsupported SDK or Xcode version on iOS 26 builds
We’re having the same issue here
Replies
Boosts
Views
Activity
Jul ’25
Reply to ImageRenderer fails to render Picker
I just figured this out: in some contexts, some views will not be rendered if they're backed by AppKit or UIKit. Widgets, ImageRender, and the new shader APIs will refuse to play with those types of views. See the callout right above this section in the docs. Buttons, for instance, will work but ProgressViews or Pickers will not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23