Commit 0ebf55bb by Demid Merzlyakov

IOS-101: add smart text to the widget

parent e984a98e
......@@ -48,9 +48,7 @@ struct ForecastWidgetViewModel: WidgetViewModel {
self.showLastTimeUpdated = false
lastTimeUpdatedText = ""
}
#warning("Not implemented!")
//TODO: Implement!
self.smartText = ""
let smartTextProvider = SmartTextProvider()
self.smartText = smartTextProvider.smartText(for: location)
}
}
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