Skip to content

update playground for Swift 5 and Xcode 12#3

Open
azarovalex wants to merge 1 commit intoobjcio:masterfrom
azarovalex:update-for-swift5
Open

update playground for Swift 5 and Xcode 12#3
azarovalex wants to merge 1 commit intoobjcio:masterfrom
azarovalex:update-for-swift5

Conversation

@azarovalex
Copy link
Copy Markdown

The playground from the master branch doesn't compile anymore on the latest versions of Xcode.
I fixed a lot of compile errors and warnings and tested that everything works fine on Xcode 12.2.
I hope you will find these changes helpful if you want to try this playground by yourself.



final class LoadingViewController: UIViewController {
let spinner = UIActivityIndicatorView(activityIndicatorStyle: .Gray)
Copy link
Copy Markdown
Author

@azarovalex azarovalex Nov 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.Gray style is now deprecated in favor of .medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant