Commit 1175aefb by Shailesh Aher

[IOS-131]: Bottom space removed in Forecast tab

parent 7ec461dc
......@@ -156,7 +156,7 @@ private extension ForecastViewController {
func prepareTableView() {
forecastCellFactory.registerCells(on: tableView)
tableView.contentInset = .init(top: 0, left: 0, bottom: 15, right: 0)
tableView.contentInset = .init(top: 0, left: 0, bottom: 0, right: 0)
tableView.backgroundColor = ThemeManager.currentTheme.baseBackgroundColor
tableView.separatorStyle = .none
tableView.tableFooterView = UIView()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment