Post

Replies

Boosts

Views

Activity

Reply to SwiftUI NavigationLink pops out by itself
@TheXs2490 How would this work if View1 looked like this: struct View1: View{ var body: some View{ LazyVGrid(columns: gridLayout, spacing: 10) { ForEach(Array(person.item! as! Set<Item>).sorted { $0.date! > $1.date! }, id: \.self) { (item: Item) in NavigationLink(destination: View2(){ Text("Navigate") } } } } } I can't get it to compile properly if the if self.KeepView2 is right before the NavigationLink. And if I put it before the LazyVGrid, it won't display the contents of the ForEach Array. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’21
Reply to Unable to present. Please file a bug.
Hi all - has anyone seen an actual fix for this issue? iPadOS 14.7 still exhibits this behavior in my apps. The multiple NavigationLinks in a single view appear to work on my iPhone app, but break on iPad and Mac Catalyst. The EmptyView() workaround doesn't work for me. And I'm not interested in rewriting my entire navigation over this. I've filed a bug, but haven't heard anything back from Apple. Has anyone heard back from the bugs they've filed? This is super frustrating!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21
Reply to Webkit encountered an internal error
Encountering the same with iOS 18.0 sim and 18.1 sim
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to iPadOS 17.1 SwiftUI DatePicker with onTapGesture
Same issue. Have you filed a Feedback Report? Here's mine: FB13455112
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to SwiftUI: popoverTip prevents other modal views from appearing
I'm seeing similar behavior even when using @State variables, although it appears to be inconsistent. Sometimes it shows the view without issue, other times it spits out the console warning "Attempt to present which is already presenting <TipKit.TipUIPopoverViewController>
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to iCloud share link opens the wrong app on App Store
Did you ever get this sorted?
Replies
Boosts
Views
Activity
Aug ’23
Reply to Crashes "[RenderBox] RB::Animation::size(RB::Animation::TermOrArg const*, unsigned long) EXC_BAD_ACCESS" on iOS 17
Found similar behaviors when using .animation() on iOS 17. Anyone find a workaround or experience similar findings?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Cannot accept CKShare invitation
Have you been able to overcome this @francescoleoni?
Replies
Boosts
Views
Activity
Jul ’23
Reply to Cannot accept CKShare invitation
I see these errors after a successful initial share. I can share one record just fine. Any subsequent shares of other records produces these same messages.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Visionkit Default to grayscale
Would also like to know if this is an option yet!
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to SwiftUI NavigationLink pops out by itself
@TheXs2490 How would this work if View1 looked like this: struct View1: View{ var body: some View{ LazyVGrid(columns: gridLayout, spacing: 10) { ForEach(Array(person.item! as! Set<Item>).sorted { $0.date! > $1.date! }, id: \.self) { (item: Item) in NavigationLink(destination: View2(){ Text("Navigate") } } } } } I can't get it to compile properly if the if self.KeepView2 is right before the NavigationLink. And if I put it before the LazyVGrid, it won't display the contents of the ForEach Array. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Unable to present. Please file a bug.
Hi all - has anyone seen an actual fix for this issue? iPadOS 14.7 still exhibits this behavior in my apps. The multiple NavigationLinks in a single view appear to work on my iPhone app, but break on iPad and Mac Catalyst. The EmptyView() workaround doesn't work for me. And I'm not interested in rewriting my entire navigation over this. I've filed a bug, but haven't heard anything back from Apple. Has anyone heard back from the bugs they've filed? This is super frustrating!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to LazyVGrid, List, LazyStacks are not realising cells from memory?
Did you ever find a way around this? Thanks!!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21