Post

Replies

Boosts

Views

Activity

Comment on Hide & Disable TabBar when in NavigationDestination Subview - Apple Watch
After wrapping the whole thing in one navigationStack, have you encountered any issues presenting a ActionSheet or .sheet with a view on the navigation stack? In my case, when the ActionSheet was dismissed, its parent view (presenting view) is also dismissed (i.e. pop out the navigation stack). (See my question here: https://developer.apple.com/forums/thread/745733 ) Don't know if it only happens to iOS 15, which I have to support at the moment.
Feb ’24
Comment on Background URLSession http/3 URLSessionUploadTask not started in real device
Thanks for your suggestion of testing iOS 16. Long story short, I was able to find a real device with iOS 16.2 and the same code works. So it seems likely a bug in iOS 15, namely a background URLSession does not try http/3 first when assumesHTTP3Capable = true. (I had to debug with iOS 15 as I need to support it.) . Is there any chance for such bugs get fixed in iOS 15 future releases?
Aug ’23