Fix SwiftUI indentation issues (#154)

This commit is contained in:
Satoshi SAKAO
2025-02-05 03:40:23 +09:00
committed by GitHub
parent 87ea6da902
commit a899f26994
3 changed files with 65 additions and 2 deletions

View File

@@ -54,13 +54,13 @@ class MainViewController: UIViewController, UITableViewDataSource {
self.tableView.reloadSections(NSIndexSet(index: 0), withRowAnimation: .Fade)
self.refreshControl.endRefreshing()
UIApplication.sharedApplication().networkActivityIndicatorVisible = false
})
})
} else {
println("Could not fetch posts!")
self.refreshControl.endRefreshing()
UIApplication.sharedApplication().networkActivityIndicatorVisible = false;
}
})
})
}
func stylePostCellAsRead(cell: UITableViewCell) {