You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm developing on an iMac 2011, unfortunately I cannot install OS higher than High Sierra, thus cannot install Xcode 11, thus cannot run iOS 13.
The current code does not compile because of the following :
if #available(iOS 13.0, *)
{
self.overrideUserInterfaceStyle = .dark
}
Hi
I'm developing on an iMac 2011, unfortunately I cannot install OS higher than High Sierra, thus cannot install Xcode 11, thus cannot run iOS 13.
The current code does not compile because of the following :
The solution would be to enclose a #ifdef __IPHONE_13_0 around this, as described here :
https://stackoverflow.com/questions/58083310/if-availableios-13-0-doesnt-compile-in-xcode-10-3
If you could add this that would be very cool so I can use your framework.
Thanks
The text was updated successfully, but these errors were encountered: