| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="ipad10_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--Simplified Buying Program-->
- <scene sceneID="ARg-BH-4dH">
- <objects>
- <viewController storyboardIdentifier="SimplifiedBuyingProgramViewController" title="Simplified Buying Program" useStoryboardIdentifierAsRestorationIdentifier="YES" id="BlP-LN-RiF" customClass="SimplifiedBuyingProgramViewController" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="mnp-lB-78M">
- <rect key="frame" x="0.0" y="0.0" width="480" height="320"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kDK-60-oXV" customClass="DefaultImageButton">
- <rect key="frame" x="189" y="250" width="102" height="30"/>
- <state key="normal" title="OK" backgroundImage="btn_ok">
- <color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="15"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="onCloseClick:" destination="BlP-LN-RiF" eventType="touchUpInside" id="u7v-D1-nHm"/>
- </connections>
- </button>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" editable="NO" usesAttributedText="YES" translatesAutoresizingMaskIntoConstraints="NO" id="z3C-WA-yT5">
- <rect key="frame" x="20" y="34" width="450" height="216"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <attributedString key="attributedText">
- <fragment>
- <string key="content">Our Simplified Buying Program offers a nationwide flat freight rate of 15% (contiguous states), with a special 10% rate for customers in California. To take advantage of this program, you must meet a $600 minimum and you are shipping to an address within the same zone of the Billing address. If you are shipping out of zone, the freight to be quoted. Additional services, such as lift-gate, inside delivery, re-routing fee, guarantee time, other delivery services are not included. Additional fee to be charged accordingly.</string>
- <attributes>
- <font key="NSFont" size="17" name="HelveticaNeue"/>
- <paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="2" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- </attributedString>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="gk1-bK-06P"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="kDK-60-oXV" firstAttribute="centerX" secondItem="gk1-bK-06P" secondAttribute="centerX" id="IeV-fi-lAV"/>
- <constraint firstItem="gk1-bK-06P" firstAttribute="trailing" secondItem="z3C-WA-yT5" secondAttribute="trailing" constant="10" id="P1t-0v-GDA"/>
- <constraint firstItem="gk1-bK-06P" firstAttribute="bottom" secondItem="kDK-60-oXV" secondAttribute="bottom" constant="20" id="dxG-OJ-PjF"/>
- <constraint firstItem="z3C-WA-yT5" firstAttribute="leading" secondItem="gk1-bK-06P" secondAttribute="leading" constant="20" id="kJ3-qf-xLq"/>
- <constraint firstItem="z3C-WA-yT5" firstAttribute="top" secondItem="gk1-bK-06P" secondAttribute="top" constant="10" id="mx3-ms-YcO"/>
- <constraint firstItem="kDK-60-oXV" firstAttribute="top" secondItem="z3C-WA-yT5" secondAttribute="bottom" id="v85-sD-FcY"/>
- </constraints>
- </view>
- <value key="contentSizeForViewInPopover" type="size" width="480" height="320"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <size key="freeformSize" width="480" height="320"/>
- <connections>
- <outlet property="textview" destination="z3C-WA-yT5" id="fpq-Wq-QEU"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="pXs-Bt-20T" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="4019.2682926829266" y="-593.38983050847457"/>
- </scene>
- </scenes>
- <resources>
- <image name="btn_ok" width="102" height="30"/>
- </resources>
- </document>
|