Post

Replies

Boosts

Views

Activity

Comment on How to use protocols to support managing SwiftUI views from different modules ?
Do you mean this? @MainActor public func layoutUI() -> some View { Group { provider.createView(completion) } } This has same error, and I cannot put ViewProvider in a Group because ViewProvider is not conforming to View, it is a plain struct.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on SwiftUI Preview Runtime linking failure
I get a different error UpdateTimedOutError: Updating took more than 5 seconds on beta 16.3 Xcode , no matter how many times I refresh the preview. I will file a report with logs attached.
Replies
Boosts
Views
Activity
Feb ’25