Post

Replies

Boosts

Views

Activity

Reply to Navigation View on iPad?
iPad navigation is a bit different from iPhone, I can fix this problem by changing the NavigationView to NavigationStack import SwiftUI struct ContentView: View { let l = ["a", "b", "c"] var body: some View { NavigationStack { List {
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’23
Reply to Xcode 16 Predictive Code Completion Model Stuck in Downloading
stuck on download
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 Predictive Code Completion Model Stuck in Downloading
having exactly same problem, any updates?
Replies
Boosts
Views
Activity
Sep ’24
Reply to Navigation View on iPad?
iPad navigation is a bit different from iPhone, I can fix this problem by changing the NavigationView to NavigationStack import SwiftUI struct ContentView: View { let l = ["a", "b", "c"] var body: some View { NavigationStack { List {
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23