Hello
We have a health app that triggers a critical alert when a vital limit is exceeded. Used to work fine until IOS 18 update. Now, after the update, critical alert is triggered correctly when connected to Xcode. However, when disconnected from Xcode, nothing happens.
Please help
Post
Replies
Boosts
Views
Activity
I am new to SwiftUI and ScrollView. Working on a scrollview with horizontal scroll populated by a linemark graph using IOS Charts. Currently using IOS 16 and Xcode 14.0.1. Would appreciate any examples to capture and save the scrolling view as an image to the .documentDirectory. I have the linemark scrolling view working correctly with Charts. Thanks.