12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SelectBusTypeViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="btnLeft" destination="Mgf-Zp-5Yf" id="I0c-d7-YXx"/>
- <outlet property="btnRight" destination="EHT-Ed-bfC" id="rv4-b9-fh1"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mgf-Zp-5Yf">
- <rect key="frame" x="23" y="30" width="156" height="145"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <state key="normal" backgroundImage="ion_opening_merchants_12"/>
- <connections>
- <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="84v-o3-roU"/>
- </connections>
- </button>
- <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EHT-Ed-bfC">
- <rect key="frame" x="196" y="30" width="156" height="145"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <state key="normal" backgroundImage="ion_opening_merchants_13"/>
- <connections>
- <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="m03-Vb-9Xb"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="-193" y="116"/>
- </view>
- </objects>
- <resources>
- <image name="ion_opening_merchants_12" width="189" height="176"/>
- <image name="ion_opening_merchants_13" width="189" height="176"/>
- </resources>
- </document>
|