Showing
4 changed files
with
61 additions
and
22 deletions
No preview for this file type
| ... | @@ -101,7 +101,7 @@ struct OfferModel { | ... | @@ -101,7 +101,7 @@ struct OfferModel { |
| 101 | discountType: "price", | 101 | discountType: "price", |
| 102 | bannerImage: "dominos_banner", | 102 | bannerImage: "dominos_banner", |
| 103 | merchantLogo: "dominos_logo", | 103 | merchantLogo: "dominos_logo", |
| 104 | - expirationDate: "έως 30/09", | 104 | + expirationDate: "έως 30-09", |
| 105 | color: 0xEE417D, | 105 | color: 0xEE417D, |
| 106 | isFavorite: true | 106 | isFavorite: true |
| 107 | ), | 107 | ), |
| ... | @@ -113,7 +113,7 @@ struct OfferModel { | ... | @@ -113,7 +113,7 @@ struct OfferModel { |
| 113 | discountType: "percentage", | 113 | discountType: "percentage", |
| 114 | bannerImage: "dominos_banner", | 114 | bannerImage: "dominos_banner", |
| 115 | merchantLogo: "dominos_logo", | 115 | merchantLogo: "dominos_logo", |
| 116 | - expirationDate: "έως 30/09", | 116 | + expirationDate: "έως 30-09", |
| 117 | color: 0xEE417D, | 117 | color: 0xEE417D, |
| 118 | isFavorite: false | 118 | isFavorite: false |
| 119 | ), | 119 | ), |
| ... | @@ -127,7 +127,7 @@ struct OfferModel { | ... | @@ -127,7 +127,7 @@ struct OfferModel { |
| 127 | // discountType: "percentage", | 127 | // discountType: "percentage", |
| 128 | // bannerImage: "car_rental_banner", | 128 | // bannerImage: "car_rental_banner", |
| 129 | // merchantLogo: "avis_logo", | 129 | // merchantLogo: "avis_logo", |
| 130 | - // expirationDate: "έως 30/09", | 130 | + // expirationDate: "έως 30-09", |
| 131 | // color: 0xEE417D, | 131 | // color: 0xEE417D, |
| 132 | // isFavorite: true | 132 | // isFavorite: true |
| 133 | // ), | 133 | // ), |
| ... | @@ -139,7 +139,7 @@ struct OfferModel { | ... | @@ -139,7 +139,7 @@ struct OfferModel { |
| 139 | // discountType: "amount", | 139 | // discountType: "amount", |
| 140 | // bannerImage: "hotel_banner", | 140 | // bannerImage: "hotel_banner", |
| 141 | // merchantLogo: "booking_logo", | 141 | // merchantLogo: "booking_logo", |
| 142 | - // expirationDate: "έως 30/09", | 142 | + // expirationDate: "έως 30-09", |
| 143 | // color: 0xEE417D, | 143 | // color: 0xEE417D, |
| 144 | // isFavorite: true | 144 | // isFavorite: true |
| 145 | // ), | 145 | // ), |
| ... | @@ -153,7 +153,7 @@ struct OfferModel { | ... | @@ -153,7 +153,7 @@ struct OfferModel { |
| 153 | discountType: "percentage", | 153 | discountType: "percentage", |
| 154 | bannerImage: "musa_banner", | 154 | bannerImage: "musa_banner", |
| 155 | merchantLogo: "musa_logo", | 155 | merchantLogo: "musa_logo", |
| 156 | - expirationDate: "έως 30/09", | 156 | + expirationDate: "έως 30-09", |
| 157 | color: 0x09914E, | 157 | color: 0x09914E, |
| 158 | isFavorite: false | 158 | isFavorite: false |
| 159 | ), | 159 | ), |
| ... | @@ -165,7 +165,7 @@ struct OfferModel { | ... | @@ -165,7 +165,7 @@ struct OfferModel { |
| 165 | discountType: "percentage", | 165 | discountType: "percentage", |
| 166 | bannerImage: "musa_banner", | 166 | bannerImage: "musa_banner", |
| 167 | merchantLogo: "musa_logo", | 167 | merchantLogo: "musa_logo", |
| 168 | - expirationDate: "έως 30/09", | 168 | + expirationDate: "έως 30-09", |
| 169 | color: 0x09914E, | 169 | color: 0x09914E, |
| 170 | isFavorite: true | 170 | isFavorite: true |
| 171 | ), | 171 | ), |
| ... | @@ -179,7 +179,7 @@ struct OfferModel { | ... | @@ -179,7 +179,7 @@ struct OfferModel { |
| 179 | discountType: "percentage", | 179 | discountType: "percentage", |
| 180 | bannerImage: "ranch_banner", | 180 | bannerImage: "ranch_banner", |
| 181 | merchantLogo: "ranch_logo", | 181 | merchantLogo: "ranch_logo", |
| 182 | - expirationDate: "έως 30/09", | 182 | + expirationDate: "έως 30-09", |
| 183 | color: 0xFC9F25, | 183 | color: 0xFC9F25, |
| 184 | isFavorite: false | 184 | isFavorite: false |
| 185 | ), | 185 | ), |
| ... | @@ -191,7 +191,7 @@ struct OfferModel { | ... | @@ -191,7 +191,7 @@ struct OfferModel { |
| 191 | discountType: "buyOneGetOne", | 191 | discountType: "buyOneGetOne", |
| 192 | bannerImage: "ranch_banner", | 192 | bannerImage: "ranch_banner", |
| 193 | merchantLogo: "ranch_logo", | 193 | merchantLogo: "ranch_logo", |
| 194 | - expirationDate: "έως 30/09", | 194 | + expirationDate: "έως 30-09", |
| 195 | color: 0xFC9F25, | 195 | color: 0xFC9F25, |
| 196 | isFavorite: false | 196 | isFavorite: false |
| 197 | ), | 197 | ), |
| ... | @@ -205,7 +205,7 @@ struct OfferModel { | ... | @@ -205,7 +205,7 @@ struct OfferModel { |
| 205 | discountType: "amount", | 205 | discountType: "amount", |
| 206 | bannerImage: "coffeeisland_banner", | 206 | bannerImage: "coffeeisland_banner", |
| 207 | merchantLogo: "coffeeisland_logo", | 207 | merchantLogo: "coffeeisland_logo", |
| 208 | - expirationDate: "έως 30/09", | 208 | + expirationDate: "έως 30-09", |
| 209 | color: 0xEE417D, | 209 | color: 0xEE417D, |
| 210 | isFavorite: false | 210 | isFavorite: false |
| 211 | ), | 211 | ), |
| ... | @@ -217,7 +217,7 @@ struct OfferModel { | ... | @@ -217,7 +217,7 @@ struct OfferModel { |
| 217 | discountType: "percentage", | 217 | discountType: "percentage", |
| 218 | bannerImage: "coffeeisland_banner", | 218 | bannerImage: "coffeeisland_banner", |
| 219 | merchantLogo: "coffeeisland_logo", | 219 | merchantLogo: "coffeeisland_logo", |
| 220 | - expirationDate: "έως 30/09", | 220 | + expirationDate: "έως 30-09", |
| 221 | color: 0xEE417D, | 221 | color: 0xEE417D, |
| 222 | isFavorite: false | 222 | isFavorite: false |
| 223 | ), | 223 | ), |
| ... | @@ -231,7 +231,7 @@ struct OfferModel { | ... | @@ -231,7 +231,7 @@ struct OfferModel { |
| 231 | discountType: "percentage", | 231 | discountType: "percentage", |
| 232 | bannerImage: "ninemia_banner", | 232 | bannerImage: "ninemia_banner", |
| 233 | merchantLogo: "ninemia_logo", | 233 | merchantLogo: "ninemia_logo", |
| 234 | - expirationDate: "έως 30/09", | 234 | + expirationDate: "έως 30-09", |
| 235 | color: 0xEE417D, | 235 | color: 0xEE417D, |
| 236 | isFavorite: true | 236 | isFavorite: true |
| 237 | ), | 237 | ), |
| ... | @@ -243,7 +243,7 @@ struct OfferModel { | ... | @@ -243,7 +243,7 @@ struct OfferModel { |
| 243 | discountType: "percentage", | 243 | discountType: "percentage", |
| 244 | bannerImage: "ninemia_banner", | 244 | bannerImage: "ninemia_banner", |
| 245 | merchantLogo: "ninemia_logo", | 245 | merchantLogo: "ninemia_logo", |
| 246 | - expirationDate: "έως 30/09", | 246 | + expirationDate: "έως 30-09", |
| 247 | color: 0xEE417D, | 247 | color: 0xEE417D, |
| 248 | isFavorite: false | 248 | isFavorite: false |
| 249 | ), | 249 | ), |
| ... | @@ -257,7 +257,7 @@ struct OfferModel { | ... | @@ -257,7 +257,7 @@ struct OfferModel { |
| 257 | discountType: "percentage", | 257 | discountType: "percentage", |
| 258 | bannerImage: "moustakas_banner", | 258 | bannerImage: "moustakas_banner", |
| 259 | merchantLogo: "moustakas_logo", | 259 | merchantLogo: "moustakas_logo", |
| 260 | - expirationDate: "έως 30/09", | 260 | + expirationDate: "έως 30-09", |
| 261 | color: 0xEE417D, | 261 | color: 0xEE417D, |
| 262 | isFavorite: false | 262 | isFavorite: false |
| 263 | ), | 263 | ), |
| ... | @@ -269,7 +269,7 @@ struct OfferModel { | ... | @@ -269,7 +269,7 @@ struct OfferModel { |
| 269 | discountType: "buyOneGetOne", | 269 | discountType: "buyOneGetOne", |
| 270 | bannerImage: "moustakas_banner", | 270 | bannerImage: "moustakas_banner", |
| 271 | merchantLogo: "moustakas_logo", | 271 | merchantLogo: "moustakas_logo", |
| 272 | - expirationDate: "έως 30/09", | 272 | + expirationDate: "έως 30-09", |
| 273 | color: 0xEE417D, | 273 | color: 0xEE417D, |
| 274 | isFavorite: false | 274 | isFavorite: false |
| 275 | ), | 275 | ), |
| ... | @@ -283,7 +283,7 @@ struct OfferModel { | ... | @@ -283,7 +283,7 @@ struct OfferModel { |
| 283 | discountType: "amount", | 283 | discountType: "amount", |
| 284 | bannerImage: "migato_banner", | 284 | bannerImage: "migato_banner", |
| 285 | merchantLogo: "migato_logo", | 285 | merchantLogo: "migato_logo", |
| 286 | - expirationDate: "έως 30/09", | 286 | + expirationDate: "έως 30-09", |
| 287 | color: 0xEE417D, | 287 | color: 0xEE417D, |
| 288 | isFavorite: false | 288 | isFavorite: false |
| 289 | ), | 289 | ), |
| ... | @@ -295,7 +295,7 @@ struct OfferModel { | ... | @@ -295,7 +295,7 @@ struct OfferModel { |
| 295 | discountType: "percentage", | 295 | discountType: "percentage", |
| 296 | bannerImage: "migato_banner", | 296 | bannerImage: "migato_banner", |
| 297 | merchantLogo: "migato_logo", | 297 | merchantLogo: "migato_logo", |
| 298 | - expirationDate: "έως 30/09", | 298 | + expirationDate: "έως 30-09", |
| 299 | color: 0xEE417D, | 299 | color: 0xEE417D, |
| 300 | isFavorite: false | 300 | isFavorite: false |
| 301 | ) | 301 | ) | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> | 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina6_12" orientation="portrait" appearance="light"/> | ||
| 3 | <dependencies> | 4 | <dependencies> |
| 4 | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/> | 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> |
| 5 | <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"/> | ||
| 6 | <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"/> |
| 7 | </dependencies> | 9 | </dependencies> |
| 8 | <objects> | 10 | <objects> |
| 9 | - <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ProfileViewController" customModuleProvider="target"> | 11 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ProfileViewController" customModule="SwiftWarplyFramework" customModuleProvider="target"> |
| 10 | <connections> | 12 | <connections> |
| 13 | + <outlet property="tableView" destination="Lyp-gB-nMU" id="qcx-6z-teY"/> | ||
| 11 | <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> | 14 | <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> |
| 12 | </connections> | 15 | </connections> |
| 13 | </placeholder> | 16 | </placeholder> |
| 14 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | 17 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 15 | <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> | 18 | <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> |
| 16 | - <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | 19 | + <rect key="frame" x="0.0" y="0.0" width="393" height="852"/> |
| 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 20 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 18 | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> | 21 | + <subviews> |
| 22 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35E-2c-fwB" userLabel="Main View"> | ||
| 23 | + <rect key="frame" x="0.0" y="59" width="393" height="793"/> | ||
| 24 | + <subviews> | ||
| 25 | + <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" estimatedSectionHeaderHeight="-1" sectionFooterHeight="28" estimatedSectionFooterHeight="-1" contentViewInsetsToSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lyp-gB-nMU"> | ||
| 26 | + <rect key="frame" x="0.0" y="0.0" width="393" height="793"/> | ||
| 27 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
| 28 | + <color key="separatorColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
| 29 | + <color key="sectionIndexBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
| 30 | + <connections> | ||
| 31 | + <outlet property="dataSource" destination="-1" id="YLY-kN-FuL"/> | ||
| 32 | + <outlet property="delegate" destination="-1" id="8wu-Tv-kNd"/> | ||
| 33 | + </connections> | ||
| 34 | + </tableView> | ||
| 35 | + </subviews> | ||
| 36 | + <color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/> | ||
| 37 | + <constraints> | ||
| 38 | + <constraint firstItem="Lyp-gB-nMU" firstAttribute="top" secondItem="35E-2c-fwB" secondAttribute="top" id="ZSr-fH-jKR"/> | ||
| 39 | + <constraint firstAttribute="bottom" secondItem="Lyp-gB-nMU" secondAttribute="bottom" id="kxk-Ld-8kk"/> | ||
| 40 | + <constraint firstItem="Lyp-gB-nMU" firstAttribute="leading" secondItem="35E-2c-fwB" secondAttribute="leading" id="nId-cX-Bq6"/> | ||
| 41 | + <constraint firstAttribute="trailing" secondItem="Lyp-gB-nMU" secondAttribute="trailing" id="wzt-qW-Jpz"/> | ||
| 42 | + </constraints> | ||
| 43 | + </view> | ||
| 44 | + </subviews> | ||
| 19 | <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> | 45 | <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> |
| 46 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
| 47 | + <constraints> | ||
| 48 | + <constraint firstAttribute="trailing" secondItem="35E-2c-fwB" secondAttribute="trailing" id="6p0-6e-iUG"/> | ||
| 49 | + <constraint firstItem="35E-2c-fwB" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="GVO-tH-EEu"/> | ||
| 50 | + <constraint firstAttribute="bottom" secondItem="35E-2c-fwB" secondAttribute="bottom" id="Hmw-0d-E4K"/> | ||
| 51 | + <constraint firstItem="35E-2c-fwB" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="ajn-1A-hAX"/> | ||
| 52 | + </constraints> | ||
| 53 | + <point key="canvasLocation" x="11" y="-11"/> | ||
| 20 | </view> | 54 | </view> |
| 21 | </objects> | 55 | </objects> |
| 56 | + <resources> | ||
| 57 | + <systemColor name="systemBackgroundColor"> | ||
| 58 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
| 59 | + </systemColor> | ||
| 60 | + </resources> | ||
| 22 | </document> | 61 | </document> | ... | ... |
-
Please register or login to post a comment