Post

Replies

Boosts

Views

Activity

Reply to Xcode 14 slow on M1 mac book pro
Same. It comes and goes for me but Xcode keeps choking
Replies
Boosts
Views
Activity
Feb ’23
Reply to Hide separators in List (SwiftUI)
You need to set it on each row. e.g.: List(0..<5) { _ in PreferenceView() .listRowSeparator(.hidden) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23