Polish the code
This commit is contained in:
parent
2b5c5cad97
commit
c1bdc152c5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class AboutRepositoryTableViewController: BasicStaticTableViewController {
|
||||||
navigationItemTitle = "About Repository"
|
navigationItemTitle = "About Repository"
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
||||||
indicator.center = CGPoint(x: view.frame.size.width / 2, y: view.frame.size.height * 0.382)
|
indicator.center = CGPoint(x: view.bounds.midX, y: view.bounds.height * 0.382)
|
||||||
tableView.addSubview(indicator)
|
tableView.addSubview(indicator)
|
||||||
|
|
||||||
setTableData()
|
setTableData()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue