SelectBusTypeViewController.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SelectBusTypeViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="btnLeft" destination="Mgf-Zp-5Yf" id="I0c-d7-YXx"/>
  14. <outlet property="btnRight" destination="EHT-Ed-bfC" id="rv4-b9-fh1"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mgf-Zp-5Yf">
  24. <rect key="frame" x="23" y="30" width="156" height="145"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  26. <state key="normal" backgroundImage="ion_opening_merchants_12"/>
  27. <connections>
  28. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="84v-o3-roU"/>
  29. </connections>
  30. </button>
  31. <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EHT-Ed-bfC">
  32. <rect key="frame" x="196" y="30" width="156" height="145"/>
  33. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  34. <state key="normal" backgroundImage="ion_opening_merchants_13"/>
  35. <connections>
  36. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="m03-Vb-9Xb"/>
  37. </connections>
  38. </button>
  39. </subviews>
  40. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  42. <point key="canvasLocation" x="-193" y="116"/>
  43. </view>
  44. </objects>
  45. <resources>
  46. <image name="ion_opening_merchants_12" width="189" height="176"/>
  47. <image name="ion_opening_merchants_13" width="189" height="176"/>
  48. </resources>
  49. </document>