comparison LazyBearWatchOS Extension/Views/Helpers/WatchOSNewsList.swift @ 457:c6913f0ce46e

Minor UI Updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 28 Jun 2021 14:03:50 +0200
parents b560babcd5ed
children
comparison
equal deleted inserted replaced
456:d576b2b59014 457:c6913f0ce46e
30 struct WatchOSNewsList_Previews: PreviewProvider { 30 struct WatchOSNewsList_Previews: PreviewProvider {
31 static var previews: some View { 31 static var previews: some View {
32 WatchOSNewsList( 32 WatchOSNewsList(
33 latestNews: [ 33 latestNews: [
34 LatestNewsModel( 34 LatestNewsModel(
35 datetime: 1621037430000, 35 datetime: 1621037,
36 headline: "Chaos Monkeys' author calls Apple's statement on his departure defamatory", 36 headline: "Chaos Monkeys' author calls Apple's statement on his departure defamatory",
37 image: "https://cloud.iexapis.com/v1/news/image/99abeb99-6d9e-47c8-ae7b-53404eacccec", 37 image: "https://cloud.iexapis.com/v1/news/image/99abeb99-6d9e-47c8-ae7b-53404eacccec",
38 source: "Investing.com", 38 source: "Investing.com",
39 summary: "https://www.investing.com/news/stock-market-news", 39 summary: "https://www.investing.com/news/stock-market-news",
40 url: "https://bloomberg.com") 40 url: "https://bloomberg.com")