Top "Ios13" questions

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

iOS 13 strange search controller gap

When running the App on iOS 13 beta 6, using Xcode 11 beta 5 I'm encountering the strange gap when presenting search results view …

swift xcode ios13
how to use iOS 13 darkmode for wkwebview

I was working for iOS 13 with Xcode 11 beta. Is there any way to support dark mode on web views? I …

ios wkwebview ios13 ios-darkmode
Crashlytics thread crashed only on iOS13 built with Xcode11

My app is crashed only on iOS13 with the following call stack: #57. Crashed: com.twitter.crashlytics.ios.exception 0 myapp 0x105…

crashlytics ios13 xcode11
iOS13 share sheet: how to set preview thumbnail when sharing UIImage

The new share sheet on iOS13 shows a preview/thumbnail of the item being shared on its top left corner. …

ios uiactivityviewcontroller ios13
Labels and text inside Text Field becoming white automatically for iOS 13 Dark mode

My app works fine for iOS versions below 13.0 but when i updated the device to iOS 13 and chose Dark Mode, …

ios swift ios13
Cannot get name & email with sign in with Apple on real device

So I'm implementing sign in with Apple, everything goes well on the simulator, I request email, fullName scopes, the authenticate …

ios xcode applet ios13
Requesting an In App Purchase in iOS 13 fails

I use SwiftyStoreKit to request In App Purchases and get only this error with iOS 13: Error: Optional(Error Domain=ASDErrorDomain …

in-app-purchase ios13
"Missing required entitlement" for NFCTagReaderSession

I'm diving into iOS 13's new CoreNFC capabilities, and I'm struggling to get NFCTagReaderSession working. After setting up my entitlements …

swift nfc core-nfc ios13
'scanHexInt32' was deprecated in iOS 13.0

What is alternate of scanHexInt32 in iOS 13 (Swift 5+)? extension UIColor { //-------------------------------------------- class func hexColor(hex:String) -> UIColor { var …

swift hex ios13 uicolor
Remove the text from back button in SwiftUI

In short, I want to do this, but with SwiftUI. (Home should be removed) So far, I have not found …

swiftui ios13 ios-navigationview