Showing
28 changed files
with
147 additions
and
31 deletions
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
No preview for this file type
... | @@ -2,32 +2,11 @@ | ... | @@ -2,32 +2,11 @@ |
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
4 | <dict> | 4 | <dict> |
5 | - <key>NSMotionUsageDescription</key> | ||
6 | - <string>We are using motion usage in order to track your step count.</string> | ||
7 | - <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | ||
8 | - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> | ||
9 | - <key>NSLocationAlwaysUsageDescription</key> | ||
10 | - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> | ||
11 | - <key>NSLocationUsageDescription</key> | ||
12 | - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> | ||
13 | - <key>NSLocationWhenInUseUsageDescription</key> | ||
14 | - <string>My Cosmote App would like to use your location to show you the nearest stores on the map.</string> | ||
15 | <key>UIAppFonts</key> | 5 | <key>UIAppFonts</key> |
16 | <array> | 6 | <array> |
17 | - <string>pf_square_sans_pro_bold_italic.ttf</string> | 7 | + <string>PingLCG-Regular.otf</string> |
18 | - <string>pf_square_sans_pro_bold.ttf</string> | 8 | + <string>PingLCG-Bold.otf</string> |
19 | - <string>pf_square_sans_pro_medium.ttf</string> | 9 | + <string>PingLCG-Light.otf</string> |
20 | - <string>pf_square_sans_pro_regular.ttf</string> | ||
21 | - <string>pf_square_sans_pro_extra_black.ttf</string> | ||
22 | - <string>BTCosmo-Bold.ttf</string> | ||
23 | - <string>PeridotPE-Bold.ttf</string> | ||
24 | - <string>PeridotPE-BoldItalic.ttf</string> | ||
25 | - <string>PeridotPE-ExtraBold.ttf</string> | ||
26 | - <string>PeridotPE-ExtraBoldItalic.ttf</string> | ||
27 | - <string>PeridotPE-Italic.ttf</string> | ||
28 | - <string>PeridotPE-Regular.ttf</string> | ||
29 | - <string>PeridotPE-SemiBold.ttf</string> | ||
30 | - <string>PeridotPE-SemiBoldItalic.ttf</string> | ||
31 | </array> | 10 | </array> |
32 | </dict> | 11 | </dict> |
33 | </plist> | 12 | </plist> | ... | ... |
... | @@ -2,9 +2,9 @@ | ... | @@ -2,9 +2,9 @@ |
2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> | 2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
3 | <device id="retina6_1" orientation="portrait" appearance="light"/> | 3 | <device id="retina6_1" orientation="portrait" appearance="light"/> |
4 | <dependencies> | 4 | <dependencies> |
5 | - <deployment identifier="iOS"/> | ||
6 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> |
7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> | 6 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> | ||
8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
9 | </dependencies> | 9 | </dependencies> |
10 | <scenes> | 10 | <scenes> |
... | @@ -59,5 +59,55 @@ | ... | @@ -59,5 +59,55 @@ |
59 | </objects> | 59 | </objects> |
60 | <point key="canvasLocation" x="1612" y="836"/> | 60 | <point key="canvasLocation" x="1612" y="836"/> |
61 | </scene> | 61 | </scene> |
62 | + <!--My Rewards View Controller--> | ||
63 | + <scene sceneID="5Z9-7e-Je2"> | ||
64 | + <objects> | ||
65 | + <viewController storyboardIdentifier="MyRewardsViewController" hidesBottomBarWhenPushed="YES" id="jxe-K1-tsM" customClass="MyRewardsViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
66 | + <view key="view" contentMode="scaleToFill" id="7On-xX-YH2"> | ||
67 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
68 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
69 | + <viewLayoutGuide key="safeArea" id="FWy-UE-2yz"/> | ||
70 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
71 | + </view> | ||
72 | + </viewController> | ||
73 | + <placeholder placeholderIdentifier="IBFirstResponder" id="LyN-Rp-e1b" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
74 | + </objects> | ||
75 | + <point key="canvasLocation" x="1612" y="1524"/> | ||
76 | + </scene> | ||
77 | + <!--Coupon View Controller--> | ||
78 | + <scene sceneID="bP1-cV-tDs"> | ||
79 | + <objects> | ||
80 | + <viewController storyboardIdentifier="CouponViewController" hidesBottomBarWhenPushed="YES" id="Xnq-6m-m5u" customClass="CouponViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
81 | + <view key="view" contentMode="scaleToFill" id="y8p-ue-j03"> | ||
82 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
83 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
84 | + <viewLayoutGuide key="safeArea" id="Yhf-yE-F6H"/> | ||
85 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
86 | + </view> | ||
87 | + </viewController> | ||
88 | + <placeholder placeholderIdentifier="IBFirstResponder" id="J6B-II-nQj" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
89 | + </objects> | ||
90 | + <point key="canvasLocation" x="2404" y="1523"/> | ||
91 | + </scene> | ||
92 | + <!--Profile View Controller--> | ||
93 | + <scene sceneID="AbC-Ib-qRG"> | ||
94 | + <objects> | ||
95 | + <viewController storyboardIdentifier="ProfileViewController" hidesBottomBarWhenPushed="YES" id="rbu-6X-c3M" customClass="ProfileViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
96 | + <view key="view" contentMode="scaleToFill" id="yoY-dq-4TL"> | ||
97 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
98 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
99 | + <viewLayoutGuide key="safeArea" id="Kzt-Ka-PII"/> | ||
100 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
101 | + </view> | ||
102 | + </viewController> | ||
103 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Q75-tr-lP9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
104 | + </objects> | ||
105 | + <point key="canvasLocation" x="3190" y="1523"/> | ||
106 | + </scene> | ||
62 | </scenes> | 107 | </scenes> |
108 | + <resources> | ||
109 | + <systemColor name="systemBackgroundColor"> | ||
110 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
111 | + </systemColor> | ||
112 | + </resources> | ||
63 | </document> | 113 | </document> | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -160,16 +160,16 @@ extension UIViewController { | ... | @@ -160,16 +160,16 @@ extension UIViewController { |
160 | if UIDevice.current.userInterfaceIdiom == .pad { | 160 | if UIDevice.current.userInterfaceIdiom == .pad { |
161 | // iPad | 161 | // iPad |
162 | if (fontWeight == "bold") { | 162 | if (fontWeight == "bold") { |
163 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 21) | 163 | + titleLabel.font = UIFont(name: "PingLCG-Bold", size: 21) |
164 | } else { | 164 | } else { |
165 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 21) | 165 | + titleLabel.font = UIFont(name: "PingLCG-Bold", size: 21) |
166 | } | 166 | } |
167 | } else { | 167 | } else { |
168 | // not iPad (iPhone, mac, tv, carPlay, unspecified) | 168 | // not iPad (iPhone, mac, tv, carPlay, unspecified) |
169 | if (fontWeight == "bold") { | 169 | if (fontWeight == "bold") { |
170 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 19) | 170 | + titleLabel.font = UIFont(name: "PingLCG-Bold", size: 19) |
171 | } else { | 171 | } else { |
172 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 19) | 172 | + titleLabel.font = UIFont(name: "PingLCG-Bold", size: 19) |
173 | } | 173 | } |
174 | } | 174 | } |
175 | titleLabel.adjustsFontSizeToFitWidth = true | 175 | titleLabel.adjustsFontSizeToFitWidth = true | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
1 | +// | ||
2 | +// CouponViewController.swift | ||
3 | +// SwiftWarplyFramework | ||
4 | +// | ||
5 | +// Created by Manos Chorianopoulos on 22/5/25. | ||
6 | +// | ||
7 | + | ||
8 | +import UIKit | ||
9 | + | ||
10 | +class CouponViewController: UIViewController { | ||
11 | + | ||
12 | + override func viewDidLoad() { | ||
13 | + super.viewDidLoad() | ||
14 | + | ||
15 | + // Do any additional setup after loading the view. | ||
16 | + } | ||
17 | + | ||
18 | + | ||
19 | + /* | ||
20 | + // MARK: - Navigation | ||
21 | + | ||
22 | + // In a storyboard-based application, you will often want to do a little preparation before navigation | ||
23 | + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | ||
24 | + // Get the new view controller using segue.destination. | ||
25 | + // Pass the selected object to the new view controller. | ||
26 | + } | ||
27 | + */ | ||
28 | + | ||
29 | +} |
1 | +// | ||
2 | +// MyRewardsViewController.swift | ||
3 | +// SwiftWarplyFramework | ||
4 | +// | ||
5 | +// Created by Manos Chorianopoulos on 22/5/25. | ||
6 | +// | ||
7 | + | ||
8 | +import UIKit | ||
9 | + | ||
10 | +class MyRewardsViewController: UIViewController { | ||
11 | + | ||
12 | + override func viewDidLoad() { | ||
13 | + super.viewDidLoad() | ||
14 | + | ||
15 | + // Do any additional setup after loading the view. | ||
16 | + } | ||
17 | + | ||
18 | + | ||
19 | + /* | ||
20 | + // MARK: - Navigation | ||
21 | + | ||
22 | + // In a storyboard-based application, you will often want to do a little preparation before navigation | ||
23 | + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | ||
24 | + // Get the new view controller using segue.destination. | ||
25 | + // Pass the selected object to the new view controller. | ||
26 | + } | ||
27 | + */ | ||
28 | + | ||
29 | +} |
1 | +// | ||
2 | +// ProfileViewController.swift | ||
3 | +// SwiftWarplyFramework | ||
4 | +// | ||
5 | +// Created by Manos Chorianopoulos on 22/5/25. | ||
6 | +// | ||
7 | + | ||
8 | +import UIKit | ||
9 | + | ||
10 | +class ProfileViewController: UIViewController { | ||
11 | + | ||
12 | + override func viewDidLoad() { | ||
13 | + super.viewDidLoad() | ||
14 | + | ||
15 | + // Do any additional setup after loading the view. | ||
16 | + } | ||
17 | + | ||
18 | + | ||
19 | + /* | ||
20 | + // MARK: - Navigation | ||
21 | + | ||
22 | + // In a storyboard-based application, you will often want to do a little preparation before navigation | ||
23 | + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | ||
24 | + // Get the new view controller using segue.destination. | ||
25 | + // Pass the selected object to the new view controller. | ||
26 | + } | ||
27 | + */ | ||
28 | + | ||
29 | +} |
-
Please register or login to post a comment