Fixes UIActivityIndicatorView.style deprecation warnings

This commit is contained in:
Riley Testut
2023-03-02 14:48:20 -06:00
committed by Magesh K
parent 0a58a1fdc3
commit a5b7abea0d
4 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ final class AuthenticationViewController: UIViewController
super.viewDidLoad()
self.signInButton.activityIndicatorView.style = .medium
self.signInButton.activityIndicatorView.color = .white
for view in [self.appleIDBackgroundView!, self.passwordBackgroundView!, self.signInButton!]
{