Top "Ios13" questions

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

iOS 13: Swift - 'Set application root view controller programmatically' does not work

I have following code in my AppDelegate.swift to setup root view controller for an iOS application. But it does …

ios swift appdelegate ios13 rootviewcontroller
Detecting sheet was dismissed on iOS 13

Before iOS 13, presented view controllers used to cover the entire screen. And, when dismissed, the parent view controller viewDidAppear function …

ios swift uiviewcontroller uikit ios13
Does iOS 13 has new way of getting device notification token?

So my friend got this email from OneSignal Due to a change that may occur as part of the upcoming …

apple-push-notifications ios13 xcode11
UICollectionView and SwiftUI?

How to create grid of square items (for example like in iOS Photo Library) with SwiftUI? I tried this approach …

ios uicollectionview swiftui ios13
How to fix "IPA processing failed" error in xcode 11?

When I tried to create IPA file using Distribute APP option. It gave "IPA processing failed" error. I have checked …

ipa xcode11 ios13
iOS 13 disable Dark Mode changes

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

ios ios13 ios-darkmode
How to detect iPad Pro as iPad using javascript?

We were able to detect an iPad device using javascript like this: function isDeviceiPad(){ return navigator.platform.match(/iPad/i); } …

javascript ios ios13 ipados
Disable gesture to pull down form/page sheet modal presentation

In iOS 13 modal presentations using the form and page sheet style can be dismissed with a pan down gesture. This …

ios uigesturerecognizer ios13
UIWindow not showing over content in iOS 13

I am upgrading my app to use the new UIScene patterns as defined in iOS 13, however a critical part of …

ios swift uiwindow ios13 uiscenedelegate
App delegate methods aren't being called in iOS 13

I am using Xcode 11 and building an app for iOS 13. In a new project I created in Xcode some of …

ios xcode uiapplicationdelegate ios13 uiscenedelegate