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

@@ -41,6 +41,7 @@ final class PatronsFooterView: UICollectionReusableView
self.button.translatesAutoresizingMaskIntoConstraints = false
self.button.activityIndicatorView.style = .medium
self.button.activityIndicatorView.color = .white
self.button.titleLabel?.textColor = .white
self.addSubview(self.button)