GetHeadImgViewController.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina3_5" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GetHeadImgViewController">
  13. <connections>
  14. <outlet property="deleButton" destination="ryC-oE-wBw" id="3Zo-jy-d42"/>
  15. <outlet property="phoneChoseButton" destination="cCp-6j-VFS" id="B9h-ae-Y1P"/>
  16. <outlet property="photoButton" destination="Ftn-G7-lOB" id="MgK-UH-YuD"/>
  17. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  22. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ryC-oE-wBw">
  26. <rect key="frame" x="20" y="431" width="281" height="40"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="40" id="RHq-AO-elb"/>
  29. </constraints>
  30. <fontDescription key="fontDescription" type="system" pointSize="22"/>
  31. <state key="normal" title="X"/>
  32. <connections>
  33. <action selector="buttonClick:" destination="-1" eventType="touchUpInside" id="z2Y-uT-iyS"/>
  34. </connections>
  35. </button>
  36. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ftn-G7-lOB">
  37. <rect key="frame" x="20" y="330" width="280" height="40"/>
  38. <constraints>
  39. <constraint firstAttribute="height" constant="40" id="ky9-yJ-2nj"/>
  40. </constraints>
  41. <state key="normal" title="拍照">
  42. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. </state>
  44. <connections>
  45. <action selector="buttonClick:" destination="-1" eventType="touchUpInside" id="hGo-D5-idG"/>
  46. </connections>
  47. </button>
  48. <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cCp-6j-VFS">
  49. <rect key="frame" x="20" y="383" width="281" height="40"/>
  50. <constraints>
  51. <constraint firstAttribute="height" constant="40" id="30Y-13-ebF"/>
  52. </constraints>
  53. <state key="normal" title="从手机相册选择">
  54. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  55. </state>
  56. <connections>
  57. <action selector="buttonClick:" destination="-1" eventType="touchUpInside" id="RRq-aQ-xrW"/>
  58. </connections>
  59. </button>
  60. </subviews>
  61. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  62. <constraints>
  63. <constraint firstItem="ryC-oE-wBw" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="0t1-GU-L1v"/>
  64. <constraint firstItem="cCp-6j-VFS" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="HnT-S1-ubY"/>
  65. <constraint firstAttribute="bottom" secondItem="ryC-oE-wBw" secondAttribute="bottom" constant="9" id="OTq-hf-ece"/>
  66. <constraint firstItem="ryC-oE-wBw" firstAttribute="top" secondItem="cCp-6j-VFS" secondAttribute="bottom" constant="8" id="PrN-8S-1LM"/>
  67. <constraint firstAttribute="trailing" secondItem="Ftn-G7-lOB" secondAttribute="trailing" constant="20" id="Q7q-82-8gT"/>
  68. <constraint firstAttribute="trailing" secondItem="cCp-6j-VFS" secondAttribute="trailing" constant="19" id="awG-jZ-bCz"/>
  69. <constraint firstItem="cCp-6j-VFS" firstAttribute="top" secondItem="Ftn-G7-lOB" secondAttribute="bottom" constant="13" id="bZ4-xE-Ddu"/>
  70. <constraint firstItem="Ftn-G7-lOB" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="k5R-nG-8gF"/>
  71. <constraint firstAttribute="trailing" secondItem="ryC-oE-wBw" secondAttribute="trailing" constant="19" id="zYn-FA-Udp"/>
  72. </constraints>
  73. <point key="canvasLocation" x="551" y="363"/>
  74. </view>
  75. </objects>
  76. </document>