Fix warnings and deprecated APIs
This commit is contained in:
parent
d078d3ca0a
commit
5a91db4f76
8 changed files with 21 additions and 19 deletions
|
|
@ -14,7 +14,7 @@ class AboutRepositoryTableViewController: BasicStaticTableViewController {
|
|||
|
||||
private var needRefresh = false
|
||||
private var indicator: UIActivityIndicatorView = {
|
||||
let indicator = UIActivityIndicatorView(style: .gray)
|
||||
let indicator = UIActivityIndicatorView(style: .medium)
|
||||
return indicator
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue