Skip to main content

Questions tagged [ios13]

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

7 votes
4 answers
2k views

Xcode 11 beta simulator crashes when trying to load AudioToolbox

I'm trying to run an existing application to see how well it works with the latest Xcode beta and to try to use SwiftUI in an existing project. When I run the project on Simulator I get the following ...
Lucas van Dongen's user avatar
0 votes
3 answers
3k views

Xcode 11 tableview crashes on launch

Launching an app that uses a tableview, simulators crash on launch, with: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempted to call -...
user avatar
1 vote
1 answer
651 views

Save image to Photos app in Simulator - Generate screenshot in iOS 13

Edit This appears to a bug in the Photos app of simulators running iOS 13 Beta. In fact, attempting to download any image from any website using Safari results with the very same gray "placeholder" ...
user avatar
19 votes
4 answers
23k views

"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 and instantiating an NFCTagReaderSession and delegate I ...
Steven Berard's user avatar
7 votes
1 answer
797 views

Symbol not found when building App including MapKit

When using the new Xcode 11 beta. I'm getting the following crash while running my app that uses MapKit. Xcode 10 works fine. Also creating a new project and adding a Map with Mapkit works fine. A ...
Tieme's user avatar
  • 64.3k
30 votes
10 answers
45k views

How to present an Alert with SwiftUI

In SwiftUI I discovered the Alert type. But I wonder how to show it with the presentation method. Initializing an Alert is pretty easy. But how to use the binding? struct ContentView : View { var ...
Lukas Würzburger's user avatar
152 votes
18 answers
97k views

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 longer work as they did. Prior to iOS 13 you could set the tintColor and that ...
rmaddy's user avatar
  • 318k
76 votes
16 answers
40k views

How can I check whether dark mode is enabled in iOS/iPadOS?

Starting from iOS/iPadOS 13, a dark user interface style is available, similar to the dark mode introduced in macOS Mojave. How can I check whether the user has enabled the system-wide dark mode?
Tamás Sengel's user avatar
649 votes
28 answers
351k views

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 and when I try to slide down, the app just dismiss the View Controller ...
pascalbros's user avatar
  • 16.4k
1 vote
1 answer
6k views

Getting the SSID of the CONNECTED WIFI on IOS 12- Xamarin (Updated for iOS 13)

I could get the ssid of the connected wifi to my iPhone. After Installing Xcode 10 and Updating Visual Studio for Mac and Visual Studio 2017, it returns me an empty ssid. This is my piece of code for ...
roya zamiri's user avatar
22 votes
1 answer
1k views

autocapitalize="words" broken on mobile Safari in iOS 8,9 - Is there a workaround?

The <input> attribute autocapitalize="words" is broken in mobile Safari under iOS 8,9 with the default iOS keyboard. It uppercases the first 2 letters of the field, not the first letter of each ...
juanca's user avatar
  • 353
51 votes
19 answers
72k views

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 method of ...
Paul's user avatar
  • 6,178

15 30 50 per page
1
138 139 140 141
142