Top "Ios13" questions

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

Presenting modal in iOS 13 fullscreen

In iOS 13 there is a new behaviour for modal view controller when being presented. Now it's not fullscreen by default …

ios viewcontroller modalviewcontroller ios13
Is it possible to opt-out of dark mode on iOS 13?

A large part of my app consists of web views to provide functionality not yet available through native implementations. The …

ios ios13 ios-darkmode
didRegisterForRemoteNotificationsWithDeviceToken not called in ios8, but didRegister...Settings is

I followed this thread, but the method didRegisterForRemoteNotificationsWithDeviceToken is still not called : the documentation says : After you call the registerForRemoteNotifications …

ios objective-c apple-push-notifications ios13
How to resolve: 'keyWindow' was deprecated in iOS 13.0

I'm using Core Data with Cloud Kit, and have therefore to check the iCloud user status during application startup. In …

swift ios13 uiwindow uiscene
In iOS13 the status bar background colour is different from the navigation bar in large text mode

Pre-conditions to reproduce the problem: Xcode 11 beta + iOS 13 (latest version until Jun. 12 2019) The navigation bar is in Large text mode …

ios storyboard uistoryboard ios13
How to change the colors of a segment in a UISegmentedControl in iOS 13?

A UISegmentedControl has a new appearance in iOS 13 and existing code to alter the colors of the segmented control no …

ios uikit uisegmentedcontrol ios13
Opt out of UISceneDelegate/SwiftUI on iOS

I'm currently using Xcode 11 Beta 5. Within my application, it runs fine on iOS 12 and under. However, on iOS 13 it looks …

swift xcode swiftui ios13
Disable the interactive dismissal of presented view controller

iOS 13 introduces a new design of modalPresentationStyle .pageSheet (and its sibling .formSheet) for modally presented view controllers… …and we can …

ios uiviewcontroller uikit modalviewcontroller ios13
How to change the status bar background color and text color on iOS 13?

With the arrival of iOS 13 statusBar's view is no longer accessible trough: value(forKey: "statusBar") as? UIView Due to: Terminating …

ios swift statusbar ios13
Xcode fails to Build on real iOS device running iOS 13

I'm currently updated my iPhone XS Max to iOS 13.0.17A5492t Beta version. My mac running on Mac OS Catalina …

ios xcode ios13 macos-catalina