UIApplication.shared.windows deprecated in iOS 15 #103
Unanswered
dmeehan1968
asked this question in
Q&A
Replies: 1 comment
-
Hi @dmeehan1968! Episode code samples are a bit "frozen in time" for now. You should always be able to open them up in the version of Xcode that was available at the time, though! Hopefully most code samples can be modernized with just a little work, though 😄 I'm going to convert this to a discussion, since we don't intend to update old code samples at this time, but thanks for taking the time to chat about it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following line throws a deprecation warning in iOS 15.
episode-code-samples/0086-swiftui-snapshot-testing/PrimeTime/CounterTests/CounterTests.swift
Line 13 in 2f1621f
This can be updated to:
Beta Was this translation helpful? Give feedback.
All reactions