|
|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
|
- <device id="ipad12_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
|
|
|
+ <device id="ipad7_9" orientation="portrait" layout="fullscreen" appearance="light"/>
|
|
|
<dependencies>
|
|
|
<deployment identifier="iOS"/>
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
|
|
|
@@ -14,35 +14,35 @@
|
|
|
<objects>
|
|
|
<viewController storyboardIdentifier="CartViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="K4s-dn-ekA" customClass="CartViewController" sceneMemberID="viewController">
|
|
|
<view key="view" contentMode="scaleToFill" id="dPU-c4-Qhu">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="744" height="1133"/>
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<subviews>
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EdG-w6-IAt" userLabel="cart item view">
|
|
|
- <rect key="frame" x="0.0" y="40" width="1024" height="1202"/>
|
|
|
+ <rect key="frame" x="0.0" y="40" width="744" height="969"/>
|
|
|
<subviews>
|
|
|
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="hlZ-3P-GUS" userLabel="mum">
|
|
|
- <rect key="frame" x="493.5" y="582.5" width="37" height="37"/>
|
|
|
+ <rect key="frame" x="353.5" y="466" width="37" height="37"/>
|
|
|
<color key="color" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
</activityIndicatorView>
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="120" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="OMD-NW-nZo">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="1024" height="1202"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="744" height="969"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
<color key="sectionIndexBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<prototypes>
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CartItemCell" rowHeight="146" id="9d9-Fh-IGR" customClass="ModelItemCell">
|
|
|
- <rect key="frame" x="0.0" y="44.5" width="1024" height="146"/>
|
|
|
+ <rect key="frame" x="0.0" y="44.5" width="744" height="146"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="9d9-Fh-IGR" id="NLP-mv-Q7E">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="1024" height="146"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="744" height="146"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<subviews>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="name aaaaaaaaaaaaa aaaaaaaaaa BBBBB CCCCC" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sj7-pu-c1Y" userLabel="name and description">
|
|
|
- <rect key="frame" x="123" y="10" width="438" height="100"/>
|
|
|
+ <rect key="frame" x="123" y="10" width="158" height="100"/>
|
|
|
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="15"/>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="9999" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="cfH-6d-98v" userLabel="qty">
|
|
|
- <rect key="frame" x="694" y="41" width="60" height="32"/>
|
|
|
+ <rect key="frame" x="414" y="41" width="60" height="32"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="32" id="9qV-vK-2rq"/>
|
|
|
<constraint firstAttribute="width" constant="60" id="Lkj-nL-CD6"/>
|
|
|
@@ -68,7 +68,7 @@
|
|
|
</connections>
|
|
|
</button>
|
|
|
<stepper opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" maximumValue="99999" translatesAutoresizingMaskIntoConstraints="NO" id="Icr-T0-BzH">
|
|
|
- <rect key="frame" x="769" y="41" width="94" height="32"/>
|
|
|
+ <rect key="frame" x="489" y="41" width="94" height="32"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="32" id="8h7-sY-BPG"/>
|
|
|
<constraint firstAttribute="width" constant="94" id="wmY-Eg-mTQ"/>
|
|
|
@@ -78,7 +78,7 @@
|
|
|
</connections>
|
|
|
</stepper>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12345678.99" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9e7-U4-taE" userLabel="unit price">
|
|
|
- <rect key="frame" x="569" y="46.5" width="110" height="21"/>
|
|
|
+ <rect key="frame" x="289" y="46.5" width="110" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="W0G-CU-uww"/>
|
|
|
</constraints>
|
|
|
@@ -87,7 +87,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="30 bundle item with $xxx" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Z9-hg-rlD">
|
|
|
- <rect key="frame" x="123" y="87.5" width="704" height="21"/>
|
|
|
+ <rect key="frame" x="123" y="87.5" width="424" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="21" id="hlq-zF-MhA"/>
|
|
|
</constraints>
|
|
|
@@ -96,7 +96,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12345678.99" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7zr-Zx-7tD" userLabel="price before discount" customClass="StrikethroughLabel">
|
|
|
- <rect key="frame" x="569" y="10" width="110" height="21"/>
|
|
|
+ <rect key="frame" x="289" y="10" width="110" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="0wV-fW-oya"/>
|
|
|
<constraint firstAttribute="height" constant="21" id="1BK-GJ-UM1"/>
|
|
|
@@ -106,7 +106,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="99.99% off" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aTC-Ir-xIh" userLabel="discount">
|
|
|
- <rect key="frame" x="723" y="10" width="100" height="21"/>
|
|
|
+ <rect key="frame" x="443" y="10" width="100" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="100" id="u3i-gR-l4k"/>
|
|
|
</constraints>
|
|
|
@@ -115,7 +115,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sold in QTY of:9999" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d6n-Fn-anV">
|
|
|
- <rect key="frame" x="833" y="10" width="160" height="21"/>
|
|
|
+ <rect key="frame" x="553" y="10" width="160" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="160" id="JFg-Eg-ICy"/>
|
|
|
<constraint firstAttribute="height" constant="21" id="bk0-ux-cHr"/>
|
|
|
@@ -125,7 +125,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789.00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4CM-f3-iTa" userLabel="subtotal price">
|
|
|
- <rect key="frame" x="878" y="46.5" width="115" height="21"/>
|
|
|
+ <rect key="frame" x="598" y="46.5" width="115" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="115" id="H2W-Ot-Soh"/>
|
|
|
</constraints>
|
|
|
@@ -133,7 +133,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ocu-RP-B0J" customClass="BundleDetailButton">
|
|
|
- <rect key="frame" x="835" y="83" width="50" height="30"/>
|
|
|
+ <rect key="frame" x="555" y="83" width="50" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="30" id="DSn-b9-pka"/>
|
|
|
<constraint firstAttribute="width" constant="50" id="vPF-fd-wAB"/>
|
|
|
@@ -146,7 +146,7 @@
|
|
|
</connections>
|
|
|
</button>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="915-GD-PCl">
|
|
|
- <rect key="frame" x="15" y="117" width="994" height="21"/>
|
|
|
+ <rect key="frame" x="15" y="117" width="714" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="21" id="c0W-yh-PhV"/>
|
|
|
</constraints>
|
|
|
@@ -155,7 +155,7 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No Such Model" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FOL-ZC-Dqb">
|
|
|
- <rect key="frame" x="61" y="60" width="337" height="42"/>
|
|
|
+ <rect key="frame" x="61" y="56" width="337" height="42"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="337" id="6hb-Mb-KlY"/>
|
|
|
<constraint firstAttribute="height" constant="42" id="R9d-BO-jGl"/>
|
|
|
@@ -178,7 +178,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Dh8-s0-2mU" customClass="BundleDetailButton">
|
|
|
- <rect key="frame" x="893" y="83" width="100" height="30"/>
|
|
|
+ <rect key="frame" x="613" y="83" width="100" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="30" id="k4d-bv-5h4"/>
|
|
|
<constraint firstAttribute="width" constant="100" id="qzO-hT-b92"/>
|
|
|
@@ -247,19 +247,19 @@ Stock</string>
|
|
|
</connections>
|
|
|
</tableViewCell>
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ScanCartItemCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="ScanCartItemCell" rowHeight="120" id="fca-Fb-rTa" customClass="ScanCartItemCell">
|
|
|
- <rect key="frame" x="0.0" y="190.5" width="1024" height="120"/>
|
|
|
+ <rect key="frame" x="0.0" y="190.5" width="744" height="120"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="fca-Fb-rTa" id="efk-9P-2wE">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="1024" height="120"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="744" height="120"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<subviews>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="name aaaaaaaaaaaaa aaaaaaaaaa BBBBB CCCCC" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XMk-Dj-kBK" userLabel="name and description">
|
|
|
- <rect key="frame" x="15" y="37" width="550" height="47"/>
|
|
|
+ <rect key="frame" x="15" y="37" width="270" height="47"/>
|
|
|
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="16"/>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="9999" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Ebf-Mu-7C8" userLabel="qty">
|
|
|
- <rect key="frame" x="705" y="41.5" width="60" height="32"/>
|
|
|
+ <rect key="frame" x="425" y="41.5" width="60" height="32"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="60" id="a5J-gG-uph"/>
|
|
|
<constraint firstAttribute="height" constant="32" id="cu4-ts-EDj"/>
|
|
|
@@ -272,7 +272,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</textField>
|
|
|
<stepper opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" maximumValue="99999" translatesAutoresizingMaskIntoConstraints="NO" id="V3E-hA-Dpr">
|
|
|
- <rect key="frame" x="780" y="41.5" width="94" height="32"/>
|
|
|
+ <rect key="frame" x="500" y="41.5" width="94" height="32"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="32" id="BM9-FK-uOM"/>
|
|
|
<constraint firstAttribute="width" constant="94" id="bzi-VK-ZnS"/>
|
|
|
@@ -282,7 +282,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</stepper>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12345678.99" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AMU-gk-9Zx" userLabel="unit price">
|
|
|
- <rect key="frame" x="580" y="47" width="110" height="21"/>
|
|
|
+ <rect key="frame" x="300" y="47" width="110" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="JT3-Id-W3x"/>
|
|
|
</constraints>
|
|
|
@@ -291,7 +291,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sold in QTY of:9999" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PK4-TS-WwU">
|
|
|
- <rect key="frame" x="844" y="11" width="160" height="21"/>
|
|
|
+ <rect key="frame" x="564" y="11" width="160" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="21" id="9Bk-jh-lRa"/>
|
|
|
<constraint firstAttribute="width" constant="160" id="nj0-ub-luv"/>
|
|
|
@@ -301,7 +301,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789.00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e5O-in-MD6" userLabel="subtotal price">
|
|
|
- <rect key="frame" x="889" y="47" width="115" height="21"/>
|
|
|
+ <rect key="frame" x="609" y="47" width="115" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="115" id="k1v-RX-amw"/>
|
|
|
</constraints>
|
|
|
@@ -309,7 +309,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JNY-pM-90G">
|
|
|
- <rect key="frame" x="15" y="91" width="994" height="21"/>
|
|
|
+ <rect key="frame" x="15" y="91" width="714" height="21"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="21" id="vMH-cC-f7Q"/>
|
|
|
</constraints>
|
|
|
@@ -327,7 +327,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kns-xs-xWh">
|
|
|
- <rect key="frame" x="705" y="78" width="169" height="31"/>
|
|
|
+ <rect key="frame" x="425" y="78" width="169" height="31"/>
|
|
|
<state key="normal" title="Button"/>
|
|
|
<buttonConfiguration key="configuration" style="plain" title="Discount"/>
|
|
|
<connections>
|
|
|
@@ -372,13 +372,13 @@ Stock</string>
|
|
|
</connections>
|
|
|
</tableViewCell>
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="section_header_cell" rowHeight="50" id="XyA-7C-sJn">
|
|
|
- <rect key="frame" x="0.0" y="310.5" width="1024" height="50"/>
|
|
|
+ <rect key="frame" x="0.0" y="310.5" width="744" height="50"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="XyA-7C-sJn" translatesAutoresizingMaskIntoConstraints="NO" id="Ugp-AX-JtS">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="1024" height="50"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="744" height="50"/>
|
|
|
<subviews>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" tag="8520" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Section" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ksZ-DE-RcA">
|
|
|
- <rect key="frame" x="15" y="0.0" width="994" height="50"/>
|
|
|
+ <rect key="frame" x="15" y="0.0" width="714" height="50"/>
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="21"/>
|
|
|
<nil key="textColor"/>
|
|
|
<nil key="highlightedColor"/>
|
|
|
@@ -406,7 +406,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</tableView>
|
|
|
<label hidden="YES" opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cannot get data from server.
Tap to try again." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c8z-jb-g0B">
|
|
|
- <rect key="frame" x="391.5" y="578.5" width="241.5" height="45.5"/>
|
|
|
+ <rect key="frame" x="251.5" y="462" width="241.5" height="45.5"/>
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="19"/>
|
|
|
<color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
<nil key="highlightedColor"/>
|
|
|
@@ -425,7 +425,7 @@ Stock</string>
|
|
|
</constraints>
|
|
|
</view>
|
|
|
<toolbar hidden="YES" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JjI-8g-Zx7">
|
|
|
- <rect key="frame" x="0.0" y="1322" width="1024" height="44"/>
|
|
|
+ <rect key="frame" x="0.0" y="1089" width="744" height="44"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="44" id="882-wy-gda"/>
|
|
|
</constraints>
|
|
|
@@ -456,10 +456,10 @@ Stock</string>
|
|
|
</items>
|
|
|
</toolbar>
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gh3-Tt-1Iu">
|
|
|
- <rect key="frame" x="0.0" y="1242" width="1024" height="124"/>
|
|
|
+ <rect key="frame" x="0.0" y="1009" width="744" height="124"/>
|
|
|
<subviews>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total QTY:" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bJB-df-Qia" userLabel="total price">
|
|
|
- <rect key="frame" x="767" y="10" width="110" height="20"/>
|
|
|
+ <rect key="frame" x="487" y="10" width="110" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="ASl-r2-ue5"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="nCB-t9-EXm"/>
|
|
|
@@ -469,7 +469,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Subtotal Price:" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e8a-7k-glR" userLabel="total price">
|
|
|
- <rect key="frame" x="767" y="62" width="110" height="20"/>
|
|
|
+ <rect key="frame" x="487" y="62" width="110" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="20" id="eys-5N-MvF"/>
|
|
|
<constraint firstAttribute="width" constant="110" id="mjO-Mx-uZY"/>
|
|
|
@@ -479,7 +479,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BdK-WN-iBd" userLabel="value">
|
|
|
- <rect key="frame" x="885" y="61.5" width="124" height="20"/>
|
|
|
+ <rect key="frame" x="605" y="61.5" width="124" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="124" id="Vtk-fK-PuB"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="att-Sj-4TY"/>
|
|
|
@@ -489,7 +489,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QFj-Yq-8py" userLabel="value">
|
|
|
- <rect key="frame" x="613" y="9.5" width="124" height="20"/>
|
|
|
+ <rect key="frame" x="333" y="9.5" width="124" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="20" id="fF3-qa-JIv"/>
|
|
|
<constraint firstAttribute="width" constant="124" id="u0P-tW-8Ag"/>
|
|
|
@@ -498,7 +498,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yo2-dv-uQb" userLabel="value">
|
|
|
- <rect key="frame" x="613" y="35.5" width="124" height="20"/>
|
|
|
+ <rect key="frame" x="333" y="35.5" width="124" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="124" id="aCa-A9-n1v"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="zlU-CH-UxH"/>
|
|
|
@@ -507,7 +507,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oeZ-Yi-d5I" userLabel="value">
|
|
|
- <rect key="frame" x="613" y="61.5" width="124" height="20"/>
|
|
|
+ <rect key="frame" x="333" y="61.5" width="124" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="124" id="Ri7-Tx-fGs"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="xFK-gK-N8c"/>
|
|
|
@@ -516,7 +516,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rdv-8s-Jy6" customClass="DefaultImageButton">
|
|
|
- <rect key="frame" x="879" y="84" width="130" height="30"/>
|
|
|
+ <rect key="frame" x="599" y="84" width="130" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="30" id="BbJ-vM-qDn"/>
|
|
|
<constraint firstAttribute="width" constant="130" id="Zsq-V3-xKe"/>
|
|
|
@@ -534,7 +534,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</button>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WY7-cp-N9a" customClass="DefaultImageButton">
|
|
|
- <rect key="frame" x="829" y="84" width="30" height="30"/>
|
|
|
+ <rect key="frame" x="549" y="84" width="30" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="30" id="3ZM-R4-EV0"/>
|
|
|
<constraint firstAttribute="height" constant="30" id="A0j-fv-eZx"/>
|
|
|
@@ -563,7 +563,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</button>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total CuFt:" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jqa-Zp-Sg2">
|
|
|
- <rect key="frame" x="495" y="10" width="110" height="20"/>
|
|
|
+ <rect key="frame" x="215" y="10" width="110" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="OSa-ja-uLx"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="tkj-g6-THx"/>
|
|
|
@@ -573,7 +573,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total Weight:" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PWY-Zc-LEx">
|
|
|
- <rect key="frame" x="495" y="36" width="110" height="20"/>
|
|
|
+ <rect key="frame" x="215" y="36" width="110" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="ImV-Hf-ek0"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="w5u-XI-iou"/>
|
|
|
@@ -583,7 +583,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total Carton:" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1bF-Cv-KYG">
|
|
|
- <rect key="frame" x="495" y="62" width="110" height="20"/>
|
|
|
+ <rect key="frame" x="215" y="62" width="110" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="6qd-WY-Ify"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="hcr-ZH-FNy"/>
|
|
|
@@ -593,7 +593,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total Items:" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4kM-vh-YbC">
|
|
|
- <rect key="frame" x="767" y="36" width="110" height="20"/>
|
|
|
+ <rect key="frame" x="487" y="36" width="110" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="110" id="Umv-oU-RnI"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="bFa-SW-aPi"/>
|
|
|
@@ -614,7 +614,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</button>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Da-eJ-p37">
|
|
|
- <rect key="frame" x="885" y="35.5" width="124" height="20"/>
|
|
|
+ <rect key="frame" x="605" y="35.5" width="124" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="124" id="Nup-mi-BKD"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="Oji-iQ-rBl"/>
|
|
|
@@ -624,7 +624,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zeq-Qm-obt">
|
|
|
- <rect key="frame" x="885" y="9.5" width="124" height="20"/>
|
|
|
+ <rect key="frame" x="605" y="9.5" width="124" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="124" id="OMw-e6-rkf"/>
|
|
|
<constraint firstAttribute="height" constant="20" id="Wzz-8C-fgu"/>
|
|
|
@@ -634,7 +634,7 @@ Stock</string>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3H2-JS-FOj">
|
|
|
- <rect key="frame" x="135" y="89" width="574" height="20"/>
|
|
|
+ <rect key="frame" x="135" y="89" width="294" height="20"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="20" id="8fm-fp-Kxk"/>
|
|
|
</constraints>
|
|
|
@@ -659,7 +659,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</button>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="y50-hu-fgy">
|
|
|
- <rect key="frame" x="779" y="84" width="30" height="30"/>
|
|
|
+ <rect key="frame" x="499" y="84" width="30" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="width" constant="30" id="aLc-U8-fS9"/>
|
|
|
<constraint firstAttribute="height" constant="30" id="h0h-KZ-y4A"/>
|
|
|
@@ -670,7 +670,7 @@ Stock</string>
|
|
|
</connections>
|
|
|
</button>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Y27-jk-l1Z">
|
|
|
- <rect key="frame" x="729" y="84" width="30" height="30"/>
|
|
|
+ <rect key="frame" x="449" y="84" width="30" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="30" id="dEP-Jv-ccc"/>
|
|
|
<constraint firstAttribute="width" constant="30" id="tzu-IE-AXt"/>
|
|
|
@@ -680,6 +680,14 @@ Stock</string>
|
|
|
<action selector="printCartButtonClick:" destination="K4s-dn-ekA" eventType="touchUpInside" id="CSU-sn-LhP"/>
|
|
|
</connections>
|
|
|
</button>
|
|
|
+ <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Q8b-hd-FFZ">
|
|
|
+ <rect key="frame" x="123.5" y="9.5" width="81.5" height="31"/>
|
|
|
+ <state key="normal" title="Button"/>
|
|
|
+ <buttonConfiguration key="configuration" style="plain" title="Discount"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="onOrderDiscount:" destination="K4s-dn-ekA" eventType="touchUpInside" id="k2O-iA-gh7"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
<constraints>
|
|
|
@@ -705,10 +713,12 @@ Stock</string>
|
|
|
<constraint firstItem="y50-hu-fgy" firstAttribute="bottom" secondItem="Y27-jk-l1Z" secondAttribute="bottom" id="ejp-Ep-tEn"/>
|
|
|
<constraint firstItem="YOv-h4-k5B" firstAttribute="top" secondItem="jbg-4H-dCx" secondAttribute="bottom" constant="7" id="fUg-rL-ofh"/>
|
|
|
<constraint firstItem="PaU-lk-9JI" firstAttribute="top" secondItem="gh3-Tt-1Iu" secondAttribute="top" constant="10" id="g7g-XM-FCI"/>
|
|
|
+ <constraint firstItem="jqa-Zp-Sg2" firstAttribute="leading" secondItem="Q8b-hd-FFZ" secondAttribute="trailing" constant="10" id="iTM-uD-RLZ"/>
|
|
|
<constraint firstItem="zeq-Qm-obt" firstAttribute="firstBaseline" secondItem="bJB-df-Qia" secondAttribute="firstBaseline" id="jOl-qT-Bqm"/>
|
|
|
<constraint firstItem="YOv-h4-k5B" firstAttribute="leading" secondItem="gh3-Tt-1Iu" secondAttribute="leading" constant="15" id="je1-DO-KU5"/>
|
|
|
<constraint firstItem="jbg-4H-dCx" firstAttribute="top" secondItem="PaU-lk-9JI" secondAttribute="bottom" constant="7" id="ji0-ci-UXf"/>
|
|
|
<constraint firstItem="BdK-WN-iBd" firstAttribute="trailing" secondItem="zeq-Qm-obt" secondAttribute="trailing" id="kTV-cm-7kN"/>
|
|
|
+ <constraint firstItem="Q8b-hd-FFZ" firstAttribute="centerY" secondItem="PaU-lk-9JI" secondAttribute="centerY" id="lBu-3s-4J6"/>
|
|
|
<constraint firstAttribute="trailing" secondItem="Rdv-8s-Jy6" secondAttribute="trailing" constant="15" id="lfM-1b-5eS"/>
|
|
|
<constraint firstItem="jbg-4H-dCx" firstAttribute="leading" secondItem="gh3-Tt-1Iu" secondAttribute="leading" constant="15" id="pgS-M6-Edc"/>
|
|
|
<constraint firstItem="e8a-7k-glR" firstAttribute="firstBaseline" secondItem="1bF-Cv-KYG" secondAttribute="firstBaseline" id="pjl-cs-jRq"/>
|
|
|
@@ -745,6 +755,7 @@ Stock</string>
|
|
|
</constraints>
|
|
|
</view>
|
|
|
<connections>
|
|
|
+ <outlet property="btnOrderDiscount" destination="Q8b-hd-FFZ" id="ERa-DM-FlK"/>
|
|
|
<outlet property="btn_addwish" destination="T3K-rc-7ct" id="Zf7-To-GOl"/>
|
|
|
<outlet property="btn_delete" destination="dvp-3U-vbs" id="yKA-iT-A5s"/>
|
|
|
<outlet property="btn_edit_select" destination="7hG-Xr-io0" id="HYs-y7-mrB"/>
|
|
|
@@ -788,13 +799,13 @@ Stock</string>
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<subviews>
|
|
|
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="d3M-dW-oMp">
|
|
|
- <rect key="frame" x="10" y="24" width="460" height="256"/>
|
|
|
+ <rect key="frame" x="10" y="24" width="460" height="236"/>
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
|
|
|
</textView>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2mZ-oE-Upn" customClass="DefaultImageButton">
|
|
|
- <rect key="frame" x="358" y="290" width="102" height="30"/>
|
|
|
+ <rect key="frame" x="358" y="270" width="102" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="30" id="zsK-mj-wNb"/>
|
|
|
</constraints>
|
|
|
@@ -981,7 +992,7 @@ Stock</string>
|
|
|
<objects>
|
|
|
<viewController id="H3V-ep-3dc" sceneMemberID="viewController">
|
|
|
<view key="view" contentMode="scaleToFill" id="MLp-rr-7PZ">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="744" height="1133"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<viewLayoutGuide key="safeArea" id="Rxk-rC-Cfr"/>
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
@@ -1055,6 +1066,81 @@ Stock</string>
|
|
|
</objects>
|
|
|
<point key="canvasLocation" x="3727" y="654"/>
|
|
|
</scene>
|
|
|
+ <!--Choose a discount rate-->
|
|
|
+ <scene sceneID="XUL-zW-RSQ">
|
|
|
+ <objects>
|
|
|
+ <viewController storyboardIdentifier="OrderDiscountViewController" title="Choose a discount rate" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sFE-Po-McG" customClass="OrderDiscountViewController" sceneMemberID="viewController">
|
|
|
+ <view key="view" contentMode="scaleToFill" id="Kni-1B-aSP">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="480" height="320"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enter discount percentage" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aIX-3q-94l">
|
|
|
+ <rect key="frame" x="139" y="53" width="202" height="21"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
+ <nil key="textColor"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mp7-AD-fSK">
|
|
|
+ <rect key="frame" x="321" y="239" width="69" height="31"/>
|
|
|
+ <state key="normal" title="Button"/>
|
|
|
+ <buttonConfiguration key="configuration" style="plain" title="Cancel"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="onCancel:" destination="sFE-Po-McG" eventType="touchUpInside" id="qem-dt-ion"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6tg-ic-Sng">
|
|
|
+ <rect key="frame" x="90" y="239" width="72" height="31"/>
|
|
|
+ <state key="normal" title="Button"/>
|
|
|
+ <buttonConfiguration key="configuration" style="plain" title="Update"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="onUpdate:" destination="sFE-Po-McG" eventType="touchUpInside" id="bdf-6z-GvJ"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="u7E-SL-DDk">
|
|
|
+ <rect key="frame" x="210" y="126" width="60" height="34"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="60" id="DJt-VA-Ivc"/>
|
|
|
+ </constraints>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <textInputTraits key="textInputTraits"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="delegate" destination="sFE-Po-McG" id="cca-dF-EjP"/>
|
|
|
+ </connections>
|
|
|
+ </textField>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="% off" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n8Q-cg-B7f">
|
|
|
+ <rect key="frame" x="275" y="132.5" width="41" height="21"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
+ <nil key="textColor"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <viewLayoutGuide key="safeArea" id="LIv-KR-8LT"/>
|
|
|
+ <color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="LIv-KR-8LT" firstAttribute="bottom" secondItem="6tg-ic-Sng" secondAttribute="bottom" constant="30" id="1aP-Hf-KHM"/>
|
|
|
+ <constraint firstItem="LIv-KR-8LT" firstAttribute="trailing" secondItem="Mp7-AD-fSK" secondAttribute="trailing" constant="90" id="BUU-4e-eEb"/>
|
|
|
+ <constraint firstItem="aIX-3q-94l" firstAttribute="centerX" secondItem="Kni-1B-aSP" secondAttribute="centerX" id="Etn-Cd-Pun"/>
|
|
|
+ <constraint firstItem="aIX-3q-94l" firstAttribute="centerX" secondItem="Kni-1B-aSP" secondAttribute="centerX" id="F9h-pX-M25"/>
|
|
|
+ <constraint firstItem="n8Q-cg-B7f" firstAttribute="centerY" secondItem="u7E-SL-DDk" secondAttribute="centerY" id="OEo-iX-z53"/>
|
|
|
+ <constraint firstItem="LIv-KR-8LT" firstAttribute="bottom" secondItem="u7E-SL-DDk" secondAttribute="bottom" constant="140" id="UC9-w1-GBa"/>
|
|
|
+ <constraint firstItem="n8Q-cg-B7f" firstAttribute="leading" secondItem="u7E-SL-DDk" secondAttribute="trailing" constant="5" id="YPl-Sw-6U8"/>
|
|
|
+ <constraint firstItem="6tg-ic-Sng" firstAttribute="leading" secondItem="LIv-KR-8LT" secondAttribute="leading" constant="90" id="Z6s-YD-70b"/>
|
|
|
+ <constraint firstItem="u7E-SL-DDk" firstAttribute="top" secondItem="aIX-3q-94l" secondAttribute="bottom" constant="52" id="ebS-le-wRo"/>
|
|
|
+ <constraint firstItem="Mp7-AD-fSK" firstAttribute="centerY" secondItem="6tg-ic-Sng" secondAttribute="centerY" id="piy-z0-HDR"/>
|
|
|
+ <constraint firstItem="u7E-SL-DDk" firstAttribute="centerX" secondItem="Kni-1B-aSP" secondAttribute="centerX" id="vID-Jz-Qba"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <value key="contentSizeForViewInPopover" type="size" width="480" height="320"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ <size key="freeformSize" width="480" height="320"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="textfieldDiscount" destination="u7E-SL-DDk" id="BOD-O4-k4A"/>
|
|
|
+ </connections>
|
|
|
+ </viewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="gxG-Lu-qK2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="635" y="96"/>
|
|
|
+ </scene>
|
|
|
</scenes>
|
|
|
<resources>
|
|
|
<image name="btn_cancelorder" width="30" height="30"/>
|