Mercurial > public > simoleon
comparison Simoleon/SubscriptionPaywall.swift @ 65:4082787b33e5
Minor UI updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 27 Jul 2021 22:13:42 +0100 |
parents | c7b6249ab745 |
children | aa451ca55e48 |
comparison
equal
deleted
inserted
replaced
64:ad145f9c4153 | 65:4082787b33e5 |
---|---|
21 .resizable() | 21 .resizable() |
22 .aspectRatio(contentMode: .fit) | 22 .aspectRatio(contentMode: .fit) |
23 .frame(width: 100, height: 100) | 23 .frame(width: 100, height: 100) |
24 .cornerRadius(25) | 24 .cornerRadius(25) |
25 | 25 |
26 Text("Unlock all access") | 26 Text("Unlock All Access") |
27 .font(.title) | 27 .font(.title) |
28 .fontWeight(.semibold) | 28 .fontWeight(.semibold) |
29 .padding(.top) | 29 .padding(.top) |
30 } | 30 } |
31 | 31 |
35 Divider() | 35 Divider() |
36 | 36 |
37 SubscriptionFeature( | 37 SubscriptionFeature( |
38 symbol: "star.circle.fill", | 38 symbol: "star.circle.fill", |
39 colour: Color(.systemYellow), | 39 colour: Color(.systemYellow), |
40 title: "Favorite currencies", | 40 title: "Favorite Forex Pairs", |
41 description: "Save your favorite currencies to access them quickly." | 41 description: "Save any currency pair for quick access." |
42 ) | 42 ) |
43 | 43 |
44 SubscriptionFeature( | 44 SubscriptionFeature( |
45 symbol: "flag.circle.fill", | 45 symbol: "flag.circle.fill", |
46 colour: Color(.systemRed), | 46 colour: Color(.systemRed), |
47 title: "Over 170 currencies", | 47 title: "Over 170 Currencies", |
48 description: "Have access to almost every currency of the world." | 48 description: "Access almost every currency of the world." |
49 ) | 49 ) |
50 | 50 |
51 SubscriptionFeature( | 51 SubscriptionFeature( |
52 symbol: "icloud.circle.fill", | 52 symbol: "icloud.circle.fill", |
53 colour: Color(.systemBlue), | 53 colour: Color(.systemBlue), |
54 title: "Simoleon on all your devices", | 54 title: "Everything is Up-to-date", |
55 description: "Your settings and favorite currencies in all your devices." | 55 description: "Your settings and favorite currencies in all your devices." |
56 ) | 56 ) |
57 | 57 |
58 SubscriptionFeature( | 58 SubscriptionFeature( |
59 symbol: "bitcoinsign.circle.fill", | 59 symbol: "bitcoinsign.circle.fill", |
60 colour: Color(.systemOrange), | 60 colour: Color(.systemOrange), |
61 title: "Cryptos and commodities", | 61 title: "Cryptos and Commodities", |
62 description: "Convert your currency between cryptos, gold, and silver." | 62 description: "Convert currency between cryptos, gold, and silver." |
63 ) | 63 ) |
64 | 64 |
65 Spacer() | 65 Spacer() |
66 SubscribeButton(showingSubscriptionPaywall: $showingSubscriptionPaywall) | 66 SubscribeButton(showingSubscriptionPaywall: $showingSubscriptionPaywall) |
67 HStack { | 67 HStack { |