BindCheckView.xib 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BindCheckView" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="290" height="209"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="veb-s0-bOI">
  20. <rect key="frame" x="0.0" y="51" width="290" height="158"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="恭喜,您可以绑定该机具!恭喜,您可以绑定该机具!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7bD-3s-UXQ">
  24. <rect key="frame" x="26" y="50" width="238" height="45"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  26. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  27. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eLM-sl-eew">
  31. <rect key="frame" x="21" y="103" width="248" height="46"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  34. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  35. <state key="normal" title="确认" backgroundImage="btn_opening_merchants_02"/>
  36. <connections>
  37. <action selector="btnConfrimClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="g6j-RY-8bG"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. </view>
  43. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ion_opening_merchants_10" translatesAutoresizingMaskIntoConstraints="NO" id="Lf0-Ax-eRk">
  44. <rect key="frame" x="102" y="8" width="86" height="86"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  46. </imageView>
  47. </subviews>
  48. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  50. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  51. <connections>
  52. <outlet property="btnConfrim" destination="eLM-sl-eew" id="ueS-Tu-2FB"/>
  53. <outlet property="imgState" destination="Lf0-Ax-eRk" id="9yO-Tk-Wqd"/>
  54. <outlet property="lblRemark" destination="7bD-3s-UXQ" id="Kar-eC-q2e"/>
  55. <outlet property="viewContent" destination="veb-s0-bOI" id="9Zs-Fx-2wm"/>
  56. </connections>
  57. <point key="canvasLocation" x="416" y="3.1484257871064472"/>
  58. </view>
  59. </objects>
  60. <resources>
  61. <image name="btn_opening_merchants_02" width="294" height="51.5"/>
  62. <image name="ion_opening_merchants_10" width="98.5" height="98.5"/>
  63. </resources>
  64. </document>