The iOS13 tag should be used for questions specific to Apple's iOS 13 operating system.
I have following code in my AppDelegate.swift to setup root view controller for an iOS application. But it does …
ios swift appdelegate ios13 rootviewcontrollerBefore iOS 13, presented view controllers used to cover the entire screen. And, when dismissed, the parent view controller viewDidAppear function …
ios swift uiviewcontroller uikit ios13So my friend got this email from OneSignal Due to a change that may occur as part of the upcoming …
apple-push-notifications ios13 xcode11How to create grid of square items (for example like in iOS Photo Library) with SwiftUI? I tried this approach …
ios uicollectionview swiftui ios13When I tried to create IPA file using Distribute APP option. It gave "IPA processing failed" error. I have checked …
ipa xcode11 ios13A large part of my app consists of web views to provide functionality not yet available through native implementations. The …
ios ios13 ios-darkmodeWe were able to detect an iPad device using javascript like this: function isDeviceiPad(){ return navigator.platform.match(/iPad/i); } …
javascript ios ios13 ipadosIn iOS 13 modal presentations using the form and page sheet style can be dismissed with a pan down gesture. This …
ios uigesturerecognizer ios13I am upgrading my app to use the new UIScene patterns as defined in iOS 13, however a critical part of …
ios swift uiwindow ios13 uiscenedelegateI 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