Commit d1ffc16e by Demid Merzlyakov

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

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