Top "Ios12" questions

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

Compress Image in iOS 12. How will this code be updated?

// compressing image(avaImg)before sending it to the server(Parse) let avaData = UIImageJPEGRepresentation(avaImg.image!, 0.5) let avaFile = PFFile(name: "ava.…

swift uiimage ios12
OpenGL deprecated in IOS 12, how to safely continue to use openGL on ios 12+ device?

Apple say that Apps built using OpenGL ES will continue to run in iOS 12, but Open GL ES is deprecated …

ios opengl-es ios12
Swift class extensions and categories on Swift classes are not allowed to have +load methods

I have updated Xcode Version 10.2 (10E125) and testing on devices (not only simulator) I get this message when I execute …

swift ios12 xcode10.2
iPhone 5s running ios 12.1 not supported in xcode

After updating my iPhone 5 to ios 12.1, I get this error in xcode: Could not locate device support files. This iPhone 5…

iphone xcode ios12
How to NSKeyedUnarchiver.unarchiveObject

I have a working code that works but deprecated: This part is fine: let archived = try? NSKeyedArchiver.archivedData(withRootObject: [defaultRecord] …

swift ios12 nskeyedunarchiver
App Installation failed. No code signature found

I recently upgraded to Xcode 10 and began the process of updating our app to switch 4.2 After a day or so …

ios xcode code-signing xcode10 ios12
SystemConfiguration.CaptiveNetwork doesn't work on iOS 12

I have a function that detects the current SSID from the user. Unfortunately this doesn't work anymore with iOS 12. This …

ios swift ssid ios12