Top "Ios12" questions

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

What is Main Thread Checker in Xcode

I checked what's new in Xcode 9 documentation and I found this But i didn't understand what is that how I …

ios swift ios12
How to detect vertical planes in ARKit?

How is it possible to implement a vertical plane detection (i.e. for walls)? let configuration = ARWorldTrackingSessionConfiguration() configuration.planeDetection = .horizontal //…

ios swift ios11 arkit ios12
preferredStatusBarStyle var not working in iOS12?

Adding application.statusBarStyle = .lightContent to my AppDelegate's didFinishLaunchingWithOptions method nor adding override var preferredStatusBarStyle: UIStatusBarStyle { return UIStatusBarStyle.lightContent } to the …

xcode10 ios12
iOS 12 Shortcut Setup Question for "Run JavaScript on Web Page"

I'm hoping this is the right place for this question since it centers around JavaScript. In the new iOS 12 Shortcuts …

javascript ios iphone ios12
iOS 12.0 Alternative to Using Deprecated archiveRootObject:toFile:

With iOS 12, archiveRootObject:toFile:has been deprecated. Can anyone suggest a streamlined alternative to archiving objects to a file? //Generic …

objective-c nskeyedarchiver ios12
Xcode 10 GM libstdc++ error, can't run on simulator

I am trying to test my apps for iOS 12. I have a iPad only app that works fine under Xcode 9. …

ios ipad xcode10 ios12
UICollectionViewFlowLayout estimatedItemSize does not work properly with iOS12 though it works fine with iOS 11.*

For UICollectionView's dynamic height cells we use, if let layout = self.collectionViewLayout as? UICollectionViewFlowLayout { layout.estimatedItemSize = UICollectionViewFlowLayoutAutomaticSize } with the proper …

swift uicollectionview uicollectionviewlayout ios12 uicollectionviewflowlayout
iOS 12 SMS Reading API?

In Beta version of iOS 12 I have observed it gives OTP(from SMS) in keyboard suggestion. So is there any …

ios sms ios12