ApplyCardViewController.xib 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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="retina6_1" 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" customClass="ApplyCardViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  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="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_card_banner_04" translatesAutoresizingMaskIntoConstraints="NO" id="i6D-tX-mXU">
  24. <rect key="frame" x="0.0" y="44" width="414" height="818"/>
  25. </imageView>
  26. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_card_banner_05" translatesAutoresizingMaskIntoConstraints="NO" id="AEM-5G-wpK">
  27. <rect key="frame" x="118" y="497" width="178" height="178"/>
  28. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  29. </imageView>
  30. </subviews>
  31. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. <constraints>
  33. <constraint firstItem="i6D-tX-mXU" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="NA6-oc-sEc"/>
  34. <constraint firstItem="i6D-tX-mXU" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="PkP-x7-St0"/>
  35. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="i6D-tX-mXU" secondAttribute="bottom" id="To7-UK-YtG"/>
  36. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="i6D-tX-mXU" secondAttribute="trailing" id="ztC-6o-2Ri"/>
  37. </constraints>
  38. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  39. <point key="canvasLocation" x="49" y="56"/>
  40. </view>
  41. </objects>
  42. <resources>
  43. <image name="img_card_banner_04" width="431" height="766.5"/>
  44. <image name="img_card_banner_05" width="205" height="205"/>
  45. </resources>
  46. </document>