Showing
9 changed files
with
123 additions
and
72 deletions
| ... | @@ -7,10 +7,13 @@ | ... | @@ -7,10 +7,13 @@ |
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 1E917CD62DDF64B2002221D8 /* MyRewardsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E917CD52DDF64B2002221D8 /* MyRewardsViewController.xib */; }; | ||
| 11 | + 1E917CD72DDF64B2002221D8 /* MyRewardsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E917CD42DDF64B2002221D8 /* MyRewardsViewController.swift */; }; | ||
| 12 | + 1E917CDB2DDF68C7002221D8 /* CouponViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E917CDA2DDF68C7002221D8 /* CouponViewController.xib */; }; | ||
| 13 | + 1E917CDC2DDF68C7002221D8 /* CouponViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E917CD92DDF68C7002221D8 /* CouponViewController.swift */; }; | ||
| 14 | + 1E917CE02DDF6909002221D8 /* ProfileViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E917CDF2DDF6909002221D8 /* ProfileViewController.xib */; }; | ||
| 15 | + 1E917CE12DDF6909002221D8 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E917CDE2DDF6909002221D8 /* ProfileViewController.swift */; }; | ||
| 10 | 1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */; }; | 16 | 1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */; }; |
| 11 | - 1EA8E5B72DDF31C300CD3418 /* MyRewardsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8E5B62DDF31C300CD3418 /* MyRewardsViewController.swift */; }; | ||
| 12 | - 1EA8E5B92DDF31ED00CD3418 /* CouponViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8E5B82DDF31ED00CD3418 /* CouponViewController.swift */; }; | ||
| 13 | - 1EA8E5BB2DDF320A00CD3418 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BA2DDF320A00CD3418 /* ProfileViewController.swift */; }; | ||
| 14 | 1EA8E5C02DDF427A00CD3418 /* PingLCG-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BD2DDF427A00CD3418 /* PingLCG-Bold.otf */; }; | 17 | 1EA8E5C02DDF427A00CD3418 /* PingLCG-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BD2DDF427A00CD3418 /* PingLCG-Bold.otf */; }; |
| 15 | 1EA8E5C12DDF427A00CD3418 /* PingLCG-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BE2DDF427A00CD3418 /* PingLCG-Light.otf */; }; | 18 | 1EA8E5C12DDF427A00CD3418 /* PingLCG-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BE2DDF427A00CD3418 /* PingLCG-Light.otf */; }; |
| 16 | 1EA8E5C22DDF427A00CD3418 /* PingLCG-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BF2DDF427A00CD3418 /* PingLCG-Regular.otf */; }; | 19 | 1EA8E5C22DDF427A00CD3418 /* PingLCG-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BF2DDF427A00CD3418 /* PingLCG-Regular.otf */; }; |
| ... | @@ -139,9 +142,12 @@ | ... | @@ -139,9 +142,12 @@ |
| 139 | 142 | ||
| 140 | /* Begin PBXFileReference section */ | 143 | /* Begin PBXFileReference section */ |
| 141 | 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 144 | 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 142 | - 1EA8E5B62DDF31C300CD3418 /* MyRewardsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyRewardsViewController.swift; sourceTree = "<group>"; }; | 145 | + 1E917CD42DDF64B2002221D8 /* MyRewardsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyRewardsViewController.swift; sourceTree = "<group>"; }; |
| 143 | - 1EA8E5B82DDF31ED00CD3418 /* CouponViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponViewController.swift; sourceTree = "<group>"; }; | 146 | + 1E917CD52DDF64B2002221D8 /* MyRewardsViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MyRewardsViewController.xib; sourceTree = "<group>"; }; |
| 144 | - 1EA8E5BA2DDF320A00CD3418 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; }; | 147 | + 1E917CD92DDF68C7002221D8 /* CouponViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponViewController.swift; sourceTree = "<group>"; }; |
| 148 | + 1E917CDA2DDF68C7002221D8 /* CouponViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CouponViewController.xib; sourceTree = "<group>"; }; | ||
| 149 | + 1E917CDE2DDF6909002221D8 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; }; | ||
| 150 | + 1E917CDF2DDF6909002221D8 /* ProfileViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProfileViewController.xib; sourceTree = "<group>"; }; | ||
| 145 | 1EA8E5BD2DDF427A00CD3418 /* PingLCG-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Bold.otf"; path = "fonts/PingLCG-Bold.otf"; sourceTree = "<group>"; }; | 151 | 1EA8E5BD2DDF427A00CD3418 /* PingLCG-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Bold.otf"; path = "fonts/PingLCG-Bold.otf"; sourceTree = "<group>"; }; |
| 146 | 1EA8E5BE2DDF427A00CD3418 /* PingLCG-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Light.otf"; path = "fonts/PingLCG-Light.otf"; sourceTree = "<group>"; }; | 152 | 1EA8E5BE2DDF427A00CD3418 /* PingLCG-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Light.otf"; path = "fonts/PingLCG-Light.otf"; sourceTree = "<group>"; }; |
| 147 | 1EA8E5BF2DDF427A00CD3418 /* PingLCG-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Regular.otf"; path = "fonts/PingLCG-Regular.otf"; sourceTree = "<group>"; }; | 153 | 1EA8E5BF2DDF427A00CD3418 /* PingLCG-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Regular.otf"; path = "fonts/PingLCG-Regular.otf"; sourceTree = "<group>"; }; |
| ... | @@ -302,13 +308,40 @@ | ... | @@ -302,13 +308,40 @@ |
| 302 | name = Fonts; | 308 | name = Fonts; |
| 303 | sourceTree = "<group>"; | 309 | sourceTree = "<group>"; |
| 304 | }; | 310 | }; |
| 311 | + 1E917CD32DDF6472002221D8 /* MyRewardsViewController */ = { | ||
| 312 | + isa = PBXGroup; | ||
| 313 | + children = ( | ||
| 314 | + 1E917CD42DDF64B2002221D8 /* MyRewardsViewController.swift */, | ||
| 315 | + 1E917CD52DDF64B2002221D8 /* MyRewardsViewController.xib */, | ||
| 316 | + ); | ||
| 317 | + path = MyRewardsViewController; | ||
| 318 | + sourceTree = "<group>"; | ||
| 319 | + }; | ||
| 320 | + 1E917CD82DDF687E002221D8 /* CouponViewController */ = { | ||
| 321 | + isa = PBXGroup; | ||
| 322 | + children = ( | ||
| 323 | + 1E917CD92DDF68C7002221D8 /* CouponViewController.swift */, | ||
| 324 | + 1E917CDA2DDF68C7002221D8 /* CouponViewController.xib */, | ||
| 325 | + ); | ||
| 326 | + path = CouponViewController; | ||
| 327 | + sourceTree = "<group>"; | ||
| 328 | + }; | ||
| 329 | + 1E917CDD2DDF68D8002221D8 /* ProfileViewController */ = { | ||
| 330 | + isa = PBXGroup; | ||
| 331 | + children = ( | ||
| 332 | + 1E917CDE2DDF6909002221D8 /* ProfileViewController.swift */, | ||
| 333 | + 1E917CDF2DDF6909002221D8 /* ProfileViewController.xib */, | ||
| 334 | + ); | ||
| 335 | + path = ProfileViewController; | ||
| 336 | + sourceTree = "<group>"; | ||
| 337 | + }; | ||
| 305 | 1EA8E5B42DDF315600CD3418 /* screens */ = { | 338 | 1EA8E5B42DDF315600CD3418 /* screens */ = { |
| 306 | isa = PBXGroup; | 339 | isa = PBXGroup; |
| 307 | children = ( | 340 | children = ( |
| 308 | E6A77A31282BA9C60045BBA8 /* CampaignViewController.swift */, | 341 | E6A77A31282BA9C60045BBA8 /* CampaignViewController.swift */, |
| 309 | - 1EA8E5B62DDF31C300CD3418 /* MyRewardsViewController.swift */, | 342 | + 1E917CD32DDF6472002221D8 /* MyRewardsViewController */, |
| 310 | - 1EA8E5B82DDF31ED00CD3418 /* CouponViewController.swift */, | 343 | + 1E917CD82DDF687E002221D8 /* CouponViewController */, |
| 311 | - 1EA8E5BA2DDF320A00CD3418 /* ProfileViewController.swift */, | 344 | + 1E917CDD2DDF68D8002221D8 /* ProfileViewController */, |
| 312 | ); | 345 | ); |
| 313 | path = screens; | 346 | path = screens; |
| 314 | sourceTree = "<group>"; | 347 | sourceTree = "<group>"; |
| ... | @@ -730,6 +763,7 @@ | ... | @@ -730,6 +763,7 @@ |
| 730 | files = ( | 763 | files = ( |
| 731 | E6A778E5282933E60045BBA8 /* Main.storyboard in Resources */, | 764 | E6A778E5282933E60045BBA8 /* Main.storyboard in Resources */, |
| 732 | E6A778EA282933E60045BBA8 /* WLNativeVideoTableViewCell.xib in Resources */, | 765 | E6A778EA282933E60045BBA8 /* WLNativeVideoTableViewCell.xib in Resources */, |
| 766 | + 1E917CD62DDF64B2002221D8 /* MyRewardsViewController.xib in Resources */, | ||
| 733 | E6A7790A282933E60045BBA8 /* warp_white_close_button.png in Resources */, | 767 | E6A7790A282933E60045BBA8 /* warp_white_close_button.png in Resources */, |
| 734 | E6A778F4282933E60045BBA8 /* WLNativeAdCollectionViewCell.xib in Resources */, | 768 | E6A778F4282933E60045BBA8 /* WLNativeAdCollectionViewCell.xib in Resources */, |
| 735 | E6A778F3282933E60045BBA8 /* WLNativeAdTableViewCell.xib in Resources */, | 769 | E6A778F3282933E60045BBA8 /* WLNativeAdTableViewCell.xib in Resources */, |
| ... | @@ -739,8 +773,10 @@ | ... | @@ -739,8 +773,10 @@ |
| 739 | 1EA8E5C12DDF427A00CD3418 /* PingLCG-Light.otf in Resources */, | 773 | 1EA8E5C12DDF427A00CD3418 /* PingLCG-Light.otf in Resources */, |
| 740 | 1EA8E5C22DDF427A00CD3418 /* PingLCG-Regular.otf in Resources */, | 774 | 1EA8E5C22DDF427A00CD3418 /* PingLCG-Regular.otf in Resources */, |
| 741 | E6A77908282933E60045BBA8 /* warp_white_close_button@2x.png in Resources */, | 775 | E6A77908282933E60045BBA8 /* warp_white_close_button@2x.png in Resources */, |
| 776 | + 1E917CDB2DDF68C7002221D8 /* CouponViewController.xib in Resources */, | ||
| 742 | E6A77909282933E60045BBA8 /* warp_white_forward_button@2x.png in Resources */, | 777 | E6A77909282933E60045BBA8 /* warp_white_forward_button@2x.png in Resources */, |
| 743 | E6A77906282933E60045BBA8 /* warp_white_forward_button.png in Resources */, | 778 | E6A77906282933E60045BBA8 /* warp_white_forward_button.png in Resources */, |
| 779 | + 1E917CE02DDF6909002221D8 /* ProfileViewController.xib in Resources */, | ||
| 744 | E6A77907282933E60045BBA8 /* warp_white_back_button.png in Resources */, | 780 | E6A77907282933E60045BBA8 /* warp_white_back_button.png in Resources */, |
| 745 | ); | 781 | ); |
| 746 | runOnlyForDeploymentPostprocessing = 0; | 782 | runOnlyForDeploymentPostprocessing = 0; |
| ... | @@ -786,7 +822,7 @@ | ... | @@ -786,7 +822,7 @@ |
| 786 | E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */, | 822 | E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */, |
| 787 | E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */, | 823 | E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */, |
| 788 | E6A77930282933E70045BBA8 /* UIImageView+AFNetworking.m in Sources */, | 824 | E6A77930282933E70045BBA8 /* UIImageView+AFNetworking.m in Sources */, |
| 789 | - 1EA8E5BB2DDF320A00CD3418 /* ProfileViewController.swift in Sources */, | 825 | + 1E917CE12DDF6909002221D8 /* ProfileViewController.swift in Sources */, |
| 790 | E6A77900282933E60045BBA8 /* WLInboxItemViewController.m in Sources */, | 826 | E6A77900282933E60045BBA8 /* WLInboxItemViewController.m in Sources */, |
| 791 | E6A7793E282933E70045BBA8 /* AFHTTPSessionManager.m in Sources */, | 827 | E6A7793E282933E70045BBA8 /* AFHTTPSessionManager.m in Sources */, |
| 792 | E6A77933282933E70045BBA8 /* UIButton+AFNetworking.m in Sources */, | 828 | E6A77933282933E70045BBA8 /* UIButton+AFNetworking.m in Sources */, |
| ... | @@ -816,9 +852,10 @@ | ... | @@ -816,9 +852,10 @@ |
| 816 | E6A778EE282933E60045BBA8 /* WLNativeAdsTableMode.m in Sources */, | 852 | E6A778EE282933E60045BBA8 /* WLNativeAdsTableMode.m in Sources */, |
| 817 | E6A778DF282933E60045BBA8 /* WarplyReactMethods.m in Sources */, | 853 | E6A778DF282933E60045BBA8 /* WarplyReactMethods.m in Sources */, |
| 818 | E6A77941282933E70045BBA8 /* AFURLRequestSerialization.m in Sources */, | 854 | E6A77941282933E70045BBA8 /* AFURLRequestSerialization.m in Sources */, |
| 855 | + 1E917CD72DDF64B2002221D8 /* MyRewardsViewController.swift in Sources */, | ||
| 819 | E6A77915282933E60045BBA8 /* WLUtils.m in Sources */, | 856 | E6A77915282933E60045BBA8 /* WLUtils.m in Sources */, |
| 857 | + 1E917CDC2DDF68C7002221D8 /* CouponViewController.swift in Sources */, | ||
| 820 | E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */, | 858 | E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */, |
| 821 | - 1EA8E5B92DDF31ED00CD3418 /* CouponViewController.swift in Sources */, | ||
| 822 | E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */, | 859 | E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */, |
| 823 | E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */, | 860 | E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */, |
| 824 | E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */, | 861 | E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */, |
| ... | @@ -827,7 +864,6 @@ | ... | @@ -827,7 +864,6 @@ |
| 827 | E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, | 864 | E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, |
| 828 | E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, | 865 | E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, |
| 829 | E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */, | 866 | E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */, |
| 830 | - 1EA8E5B72DDF31C300CD3418 /* MyRewardsViewController.swift in Sources */, | ||
| 831 | E6A77924282933E70045BBA8 /* NSString+SSToolkitAdditions.m in Sources */, | 867 | E6A77924282933E70045BBA8 /* NSString+SSToolkitAdditions.m in Sources */, |
| 832 | E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */, | 868 | E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */, |
| 833 | E6A77914282933E60045BBA8 /* WLUserManager.m in Sources */, | 869 | E6A77914282933E60045BBA8 /* WLUserManager.m in Sources */, | ... | ... |
No preview for this file type
| ... | @@ -4,7 +4,6 @@ | ... | @@ -4,7 +4,6 @@ |
| 4 | <dependencies> | 4 | <dependencies> |
| 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> |
| 6 | <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"/> | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | </dependencies> | 8 | </dependencies> |
| 10 | <scenes> | 9 | <scenes> |
| ... | @@ -59,55 +58,5 @@ | ... | @@ -59,55 +58,5 @@ |
| 59 | </objects> | 58 | </objects> |
| 60 | <point key="canvasLocation" x="1612" y="836"/> | 59 | <point key="canvasLocation" x="1612" y="836"/> |
| 61 | </scene> | 60 | </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> | ||
| 107 | </scenes> | 61 | </scenes> |
| 108 | - <resources> | ||
| 109 | - <systemColor name="systemBackgroundColor"> | ||
| 110 | - <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
| 111 | - </systemColor> | ||
| 112 | - </resources> | ||
| 113 | </document> | 62 | </document> | ... | ... |
| ... | @@ -7,14 +7,14 @@ | ... | @@ -7,14 +7,14 @@ |
| 7 | 7 | ||
| 8 | import UIKit | 8 | import UIKit |
| 9 | 9 | ||
| 10 | -class CouponViewController: UIViewController { | 10 | +@objc public class CouponViewController: UIViewController { |
| 11 | 11 | ||
| 12 | - override func viewDidLoad() { | 12 | + public override func viewDidLoad() { |
| 13 | super.viewDidLoad() | 13 | super.viewDidLoad() |
| 14 | 14 | ||
| 15 | // Do any additional setup after loading the view. | 15 | // Do any additional setup after loading the view. |
| 16 | } | 16 | } |
| 17 | - | 17 | + |
| 18 | 18 | ||
| 19 | /* | 19 | /* |
| 20 | // MARK: - Navigation | 20 | // MARK: - Navigation | ... | ... |
SwiftWarplyFramework/SwiftWarplyFramework/screens/CouponViewController/CouponViewController.xib
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| 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"> | ||
| 3 | + <dependencies> | ||
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/> | ||
| 5 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> | ||
| 6 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
| 7 | + </dependencies> | ||
| 8 | + <objects> | ||
| 9 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CouponViewController" customModuleProvider="target"> | ||
| 10 | + <connections> | ||
| 11 | + <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> | ||
| 12 | + </connections> | ||
| 13 | + </placeholder> | ||
| 14 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | ||
| 15 | + <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> | ||
| 16 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | ||
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 18 | + <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> | ||
| 19 | + <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> | ||
| 20 | + </view> | ||
| 21 | + </objects> | ||
| 22 | +</document> |
| ... | @@ -7,14 +7,14 @@ | ... | @@ -7,14 +7,14 @@ |
| 7 | 7 | ||
| 8 | import UIKit | 8 | import UIKit |
| 9 | 9 | ||
| 10 | -class MyRewardsViewController: UIViewController { | 10 | +@objc public class MyRewardsViewController: UIViewController { |
| 11 | 11 | ||
| 12 | - override func viewDidLoad() { | 12 | + public override func viewDidLoad() { |
| 13 | super.viewDidLoad() | 13 | super.viewDidLoad() |
| 14 | 14 | ||
| 15 | // Do any additional setup after loading the view. | 15 | // Do any additional setup after loading the view. |
| 16 | } | 16 | } |
| 17 | - | 17 | + |
| 18 | 18 | ||
| 19 | /* | 19 | /* |
| 20 | // MARK: - Navigation | 20 | // MARK: - Navigation | ... | ... |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| 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"> | ||
| 3 | + <dependencies> | ||
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/> | ||
| 5 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> | ||
| 6 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
| 7 | + </dependencies> | ||
| 8 | + <objects> | ||
| 9 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MyRewardsViewController" customModuleProvider="target"> | ||
| 10 | + <connections> | ||
| 11 | + <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> | ||
| 12 | + </connections> | ||
| 13 | + </placeholder> | ||
| 14 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | ||
| 15 | + <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> | ||
| 16 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | ||
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 18 | + <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> | ||
| 19 | + <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> | ||
| 20 | + </view> | ||
| 21 | + </objects> | ||
| 22 | +</document> |
| ... | @@ -7,14 +7,14 @@ | ... | @@ -7,14 +7,14 @@ |
| 7 | 7 | ||
| 8 | import UIKit | 8 | import UIKit |
| 9 | 9 | ||
| 10 | -class ProfileViewController: UIViewController { | 10 | +@objc public class ProfileViewController: UIViewController { |
| 11 | 11 | ||
| 12 | - override func viewDidLoad() { | 12 | + public override func viewDidLoad() { |
| 13 | super.viewDidLoad() | 13 | super.viewDidLoad() |
| 14 | 14 | ||
| 15 | // Do any additional setup after loading the view. | 15 | // Do any additional setup after loading the view. |
| 16 | } | 16 | } |
| 17 | - | 17 | + |
| 18 | 18 | ||
| 19 | /* | 19 | /* |
| 20 | // MARK: - Navigation | 20 | // MARK: - Navigation | ... | ... |
SwiftWarplyFramework/SwiftWarplyFramework/screens/ProfileViewController/ProfileViewController.xib
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| 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"> | ||
| 3 | + <dependencies> | ||
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/> | ||
| 5 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> | ||
| 6 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
| 7 | + </dependencies> | ||
| 8 | + <objects> | ||
| 9 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ProfileViewController" customModuleProvider="target"> | ||
| 10 | + <connections> | ||
| 11 | + <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> | ||
| 12 | + </connections> | ||
| 13 | + </placeholder> | ||
| 14 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | ||
| 15 | + <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> | ||
| 16 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | ||
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 18 | + <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> | ||
| 19 | + <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> | ||
| 20 | + </view> | ||
| 21 | + </objects> | ||
| 22 | +</document> |
-
Please register or login to post a comment