Post

Replies

Boosts

Views

Activity

Reply to Current CloudKit pricing?
I’m considering adding photo attachments to public db storage in my app. I’d held off in light of the free limits a couple of years ago but thought I’d revisit the topic. Apple is doing us no favor by making the pricing info opaque. Has anyone found a resource for this?
Jul ’23
Reply to NavigationSplitView not working as shown in "What's new with SwiftUI" session
I found that appending an .id modifier to the detail column resolved the problem for me:          } detail: {             if let selectedCocktail {                CocktailDetailView(pCocktail: selectedCocktail)                   .navigationTitle("(selectedCocktail.favorite ? "(profile.userData.favoriteCocktailsIcon.rawValue)" : "") (selectedCocktail.cocktailName ?? "")")                   .id(selectedCocktail.id) //workaround }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’23