Top "Ios13" questions

The iOS13 tag should be used for questions specific to Apple's iOS 13 operating system.

How do I prevent iOS 13's Dark Mode from changing the text color in my app's status bar?

My navigation bar has a white backgroundColor and my status bar uses the dark textColor. When a user changes the …

statusbar ios13 ios-darkmode
How to detect iPad and iPad OS version in iOS 13 and Up?

I can detect iOS 13 on iPhone but in iPad OS 13 navigator.platform comes as MacIntel. So it is not possible …

javascript ios ipad ios13 ipados13
iOS 13 status bar style

I want to change the status bar style on a per-ViewController level on iOS 13. So far I didn't have any …

ios swift uistatusbar ios13
IOS 13.2 (17B84) Device Support files for Xcode

"This iPhone is running iOS 13.2 (17B84), which may not be supported by this version of Xcode. An updated version of …

xcode ios13 xcode11.1
CoreData crash error Xcode 11 Beta, IOS 13 Beta

Im trying building my application from Xcode11 beta on phone IOS 13 Beta. I have crash when application loading. 2019-07-22 13:58:12.910460+0300 …

swift core-data core-data-migration xcode11 ios13
iOS 13 - How to login in in-app purchase Sandbox account?

In order to test my in-app purchases with iOS 13 I have to update one of my test devices to iOS 13.1 …

ios in-app-purchase ios13 appstore-sandbox
'statusBarOrientation' was deprecated in iOS 13.0 when attempting to get app orientation

Simple put, I was relying on the following code to provide the orientation of the application. This is utilized for …

ios swift ios13
Adding a drag gesture in SwiftUI to a View inside a ScrollView blocks the scrolling

So I have a ScrollView holding a set of views: ScrollView { ForEach(cities) { city in NavigationLink(destination: ...) { CityRow(city: city) } .…

swiftui ios13
SwiftUI ScrollView: How to modify .content.offset aka Paging?

Problem How can I modify the scroll target of a scrollView? I am looking for kind of a replacement for …

scrollview swiftui ios13
Method 'application:openURL:options:' is not called

I'm trying to open my app from a web page using custom schemes. The app is opened but the following …

ios swift ios13 custom-scheme-url