iOS 13 introduces a new design of modalPresentationStyle .pageSheet (and its sibling .formSheet) for modally presented view controllers… …and we can dismiss these sheets by sliding the presented view...
I’m using Core Data with Cloud Kit, and have therefore to check the iCloud user status during application startup. In case of problems I want to issue a dialog...
Since I installed the iOS 13.2 beta, I have been getting a debug console error message. It happens every time I load a ViewController with a WKWebView object in...
A large part of my app consists of web views to provide functionality not yet available through native implementations. The web team has no plans to implement a dark...
In iOS 13 there is a new behaviour for modal view controller when being presented. Now it’s not fullscreen by default and when I try to slide down, the...