Commit d1ffc16e by Demid Merzlyakov

IOS-149: change the Shorts card position on the Today screen.

parent 12c0cf16
...@@ -56,9 +56,9 @@ class TodayCellFactory: CellFactory { ...@@ -56,9 +56,9 @@ class TodayCellFactory: CellFactory {
private var cellsToUpdate:CellsToUpdate = [.condition, .timePeriod, .precipitation, .dayTime] private var cellsToUpdate:CellsToUpdate = [.condition, .timePeriod, .precipitation, .dayTime]
private let todayViewModel:TodayViewModel private let todayViewModel:TodayViewModel
private var todaySection = TodaySection(allRows: [.alert, .forecast, .adBanner, .shorts, private var todaySection = TodaySection(allRows: [.alert, .forecast, .adBanner, .conditions,
.conditions, .forecastPeriod, .precipitation, .adMREC, .shorts, .forecastPeriod, .precipitation, .adMREC,
.airQuality, .dayTime, .sun, .moon]) .airQuality, .dayTime, .sun, .moon])
private var adViewCache = [IndexPath: AdView]() private var adViewCache = [IndexPath: AdView]()
......
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