Top "Ios12" questions

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

iOS 12 iPad Denied Launch Request - Xcode

I've been updating an application for more than 5 years without problems, until yesterday. I updated my iPad to iOS 12, but, …

xcode ipad ios12
Which version of Xcode support iOS 12.2?

I was running my self-developed software on my iPhone 7 which runs iOS 12.2 when an alert had popped up: This iPhone 7 (…

xcode xcode10 ios12
Read SMS message in iOS

I'm an iOS developer and i have tried to build a mobile application with automatic activation functionality, i found more …

ios swift sms appstore-approval ios12
iPhone XS doesn't have UDID

I want to add an iPhone XS UDID in the Apple developer portal but I am unable to find the …

ios iphone udid ios12 apple-developer
How to change status bar style - iOS 12

I need to update status bar style on every view controller based on the background color (what UINavigationController is doing …

ios swift ios12
Navigator.mediaDevices.getUserMedia not working on iOS 12 Safari

As of iOS 12, navigator.mediaDevices.getUserMedia() is returning an error in Safari. To recreate this, open iPhone Web Inspector, then …

ios iphone webrtc getusermedia ios12
In iOS 12, when does the UICollectionView layout cells, use autolayout in nib

Same code like this collectionLayout.estimatedItemSize = CGSize(width: 50, height: 25) collectionLayout.itemSize = UICollectionViewFlowLayoutAutomaticSize collectionLayout.minimumInteritemSpacing = 10 for _ in 0 ..< 1000 { let length = Int(…

ios uicollectionview ios-autolayout xcode10 ios12
Unarchive Array with NSKeyedUnarchiver unarchivedObject(ofClass:from:)

Since upgrading to Swift 4.2 I've found that many of the NSKeyedUnarchiver and NSKeyedArchiver methods have been deprecated and we must …

ios swift nskeyedunarchiver ios12
How to show verification code suggestion on keyboard from Message

I watched this video What's New in Cocoa Touch at WWDC 2018 and seen: How to show this information?

ios swift xcode10 ios12
How to terminate an app programmatically in iOS 12

I have a problem I put my iPhone 6 on iOS 12 beta 1 and that's so a method in my application to …

ios swift ios12