mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fixes UIActivityIndicatorView.style deprecation warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user