Post

Replies

Boosts

Views

Activity

Reply to TipKit popover Issues...
I'm having similar issue, I attached .popoverTip() to buttons, and the tips are controlled by TipGroup too, which is quite similar to what @lrreynolds did. The code works fine in simulator, but when I'm testing on real device, the next tip didn't show up as expected after the tip before is dismissed, and displays popup as sheet for one time. Another issue occurred in simulator (I didn't test in actual device) about .popoverTip() is that when I dismiss the tip by tapping other part of the screen instead of tap the dismiss button of the tip, the next tip didn't show up too. when I re-enter the app, the tip that was dismissed reappeared. Either the TipKit is having problem or the iOS, because the simulator provided by Xcode isn't 100% identical to real device. Another example is that when you having NavigationStack inside DocumentGroup you will see two toolbar vertical stacked in simulator, but one overrides another in actual device, since it is not related to the current topic so I'm not going to talk too much about that. I'm now watching this thread to see if anyone could find the cause or solution to this .popoverTip() and TipGroup issue.
Topic: App & System Services SubTopic: General Tags:
Jul ’25
Reply to SwiftData Migration: Objects Created in Custom Migration Aren't Persisted or Queryable (Repost)
https://developer.apple.com/forums/thread/738812 One of the reply of this thread explained this issue.
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftData Migration: Objects Created in Custom Migration Aren't Persisted or Queryable
This post is reposted since it is not clear, please have a look here: https://developer.apple.com/forums/thread/805865
Replies
Boosts
Views
Activity
Nov ’25
Reply to App crashed when switching between Annotation Tab and Group Tab with TabView init(selection:content:)
The reason actually is because SwiftData doesn't support using TabView .init(selection:content:) with .tabItem. Instead, use TabView .init(content:) with Tab.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to TipKit popover Issues...
I'm having similar issue, I attached .popoverTip() to buttons, and the tips are controlled by TipGroup too, which is quite similar to what @lrreynolds did. The code works fine in simulator, but when I'm testing on real device, the next tip didn't show up as expected after the tip before is dismissed, and displays popup as sheet for one time. Another issue occurred in simulator (I didn't test in actual device) about .popoverTip() is that when I dismiss the tip by tapping other part of the screen instead of tap the dismiss button of the tip, the next tip didn't show up too. when I re-enter the app, the tip that was dismissed reappeared. Either the TipKit is having problem or the iOS, because the simulator provided by Xcode isn't 100% identical to real device. Another example is that when you having NavigationStack inside DocumentGroup you will see two toolbar vertical stacked in simulator, but one overrides another in actual device, since it is not related to the current topic so I'm not going to talk too much about that. I'm now watching this thread to see if anyone could find the cause or solution to this .popoverTip() and TipGroup issue.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to App crashed when switching between Annotation Tab and Group Tab with TabView init(selection:content:)
Fixed, something wrong happened when the selectedTab of view HelpView(selectedTab:) was not initialized with @Binding, but I'm quit interesting in what happened. HelpView.swift
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25