Showing
2 changed files
with
14 additions
and
9 deletions
No preview for this file type
... | @@ -12,23 +12,28 @@ | ... | @@ -12,23 +12,28 @@ |
12 | <!--Coupons View Controller--> | 12 | <!--Coupons View Controller--> |
13 | <scene sceneID="s0d-6b-0kx"> | 13 | <scene sceneID="s0d-6b-0kx"> |
14 | <objects> | 14 | <objects> |
15 | - <viewController storyboardIdentifier="CouponsViewController" id="Y6W-OH-hqX" customClass="CouponsViewController" customModule="WarplySDKFrameworkIOS" customModuleProvider="target" sceneMemberID="viewController"> | 15 | + <viewController storyboardIdentifier="CouponsViewController" id="zti-Lv-RCc" customClass="CouponsViewController" customModule="swift_example" customModuleProvider="target" sceneMemberID="viewController"> |
16 | - <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc"> | 16 | + <view key="view" contentMode="scaleToFill" id="OHf-ga-xvH"> |
17 | <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | 17 | <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
19 | <subviews> | 19 | <subviews> |
20 | - <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7KR-sE-hFt"> | 20 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="coupons_scrollview" translatesAutoresizingMaskIntoConstraints="NO" id="t7M-3j-iFe"> |
21 | - <rect key="frame" x="174" y="231" width="67" height="31"/> | 21 | + <rect key="frame" x="0.0" y="88" width="414" height="808"/> |
22 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | 22 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
23 | - <state key="normal" title="Button"/> | 23 | + </imageView> |
24 | - <buttonConfiguration key="configuration" style="plain" title="Button"/> | 24 | + <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ebo-cU-G6Q"> |
25 | - </button> | 25 | + <rect key="frame" x="0.0" y="88" width="414" height="808"/> |
26 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
27 | + <viewLayoutGuide key="contentLayoutGuide" id="gl4-uV-tMn"/> | ||
28 | + <viewLayoutGuide key="frameLayoutGuide" id="5Jr-wv-06A"/> | ||
29 | + </scrollView> | ||
26 | </subviews> | 30 | </subviews> |
27 | - <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/> | 31 | + <viewLayoutGuide key="safeArea" id="x1D-HA-Wfd"/> |
28 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 32 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
29 | </view> | 33 | </view> |
34 | + <navigationItem key="navigationItem" id="YHq-Mi-XvW"/> | ||
30 | </viewController> | 35 | </viewController> |
31 | - <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | 36 | + <placeholder placeholderIdentifier="IBFirstResponder" id="N1c-BM-LqY" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
32 | </objects> | 37 | </objects> |
33 | <point key="canvasLocation" x="139" y="129"/> | 38 | <point key="canvasLocation" x="139" y="129"/> |
34 | </scene> | 39 | </scene> | ... | ... |
-
Please register or login to post a comment