All Questions
6 questions
0
votes
0
answers
195
views
Swift UITableView stuttered when scene was loaded and disappearing, only on iOS 18
I have an original iOS app written in Xcode 15, Swift 5.10 on macOS Sonoma, everything worked fine.
ISSUE
After updating to Xcode 16.0 and Swift 6 on macOS 15.0, problem occurred. When compiling app ...
0
votes
0
answers
201
views
DeviceActivityCenter startMonitoring hangs intermittently in iOS 18
I'm encountering an issue with DeviceActivityCenter where my app sometimes gets hung up on the following lines:
center.stopMonitoring()
center.startMonitoring(.locked, during: defaultSchedule, events: ...
0
votes
1
answer
235
views
Crash on launch from all TestFlight builds, but when loading the app from Xcode
We are preparing a launch for iOS 18, and we experienced crashes from iOS 17 devices. If I load the app right from Xcode 16 RC to the iOS 17 device, then it works fine, but if I download it from ...
5
votes
0
answers
73
views
SwiftUI document based app navbar disappears
I'm developing a document-based app using SwiftUI's DocumentGroupLaunchScene and DocumentGroup, following Apple's official tutorial: Building a Document-Based App with SwiftUI: https://developer.apple....
2
votes
0
answers
1k
views
My widgets in iOS 18 don't work anymore, getTimeline method gets called in loop
I’m encountering an issue with my widgets on iOS 18 beta 8, where the getTimeline method is being called repeatedly and ignoring the timeline update intervals.
This problem doesn’t occur on iOS 17, ...
1
vote
2
answers
129
views
Sheet presentation resets constraints from storyboard
I am trying to switch constraints in my layout. In my project I use UIKit with storyboards. For some reason, in iOS 18 simulator, form sheet presentation resets constraints which were setup in my ...