Commit fb3b876b by Demid Merzlyakov

Merge branch 'bugfix/IOS-131/forecast_bottom_space' into 'release/5.1.1-native-ads-att'

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

See merge request oneweather/1weather-ios-new!4
parents 916972a8 1175aefb
...@@ -156,7 +156,7 @@ private extension ForecastViewController { ...@@ -156,7 +156,7 @@ private extension ForecastViewController {
func prepareTableView() { func prepareTableView() {
forecastCellFactory.registerCells(on: tableView) 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.backgroundColor = ThemeManager.currentTheme.baseBackgroundColor
tableView.separatorStyle = .none tableView.separatorStyle = .none
tableView.tableFooterView = UIView() 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