JXShowLabelVc.xib 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="JXShowLabelVc">
  11. <connections>
  12. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  13. </connections>
  14. </placeholder>
  15. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  16. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0jo-XI-bPt">
  21. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标签" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oxT-SB-Pbl">
  24. <rect key="frame" x="189.5" y="31.5" width="35" height="21"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qQ5-sL-nhF">
  30. <rect key="frame" x="0.0" y="20" width="46" height="44"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="46" id="3ka-S0-u2T"/>
  33. <constraint firstAttribute="height" constant="44" id="QBW-2v-gKB"/>
  34. </constraints>
  35. <state key="normal" title="Button" image="photo_title_back_black"/>
  36. <connections>
  37. <action selector="gobackBtn:" destination="-1" eventType="touchUpInside" id="Y6q-8O-D0q"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  42. <constraints>
  43. <constraint firstAttribute="bottom" secondItem="qQ5-sL-nhF" secondAttribute="bottom" id="0aA-eO-m1N"/>
  44. <constraint firstItem="oxT-SB-Pbl" firstAttribute="centerX" secondItem="0jo-XI-bPt" secondAttribute="centerX" id="BTj-eT-vqD"/>
  45. <constraint firstItem="oxT-SB-Pbl" firstAttribute="centerY" secondItem="qQ5-sL-nhF" secondAttribute="centerY" id="Wme-o1-pZ3"/>
  46. <constraint firstAttribute="height" constant="64" id="dOu-zu-0eR"/>
  47. <constraint firstItem="qQ5-sL-nhF" firstAttribute="leading" secondItem="0jo-XI-bPt" secondAttribute="leading" id="viw-by-jTv"/>
  48. </constraints>
  49. </view>
  50. </subviews>
  51. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  52. <constraints>
  53. <constraint firstItem="0jo-XI-bPt" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Rt6-4z-CBa"/>
  54. <constraint firstItem="0jo-XI-bPt" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="azb-Wb-Fuv"/>
  55. <constraint firstAttribute="trailing" secondItem="0jo-XI-bPt" secondAttribute="trailing" id="cxc-mQ-prm"/>
  56. </constraints>
  57. <point key="canvasLocation" x="139" y="92"/>
  58. </view>
  59. </objects>
  60. <resources>
  61. <image name="photo_title_back_black" width="25" height="25"/>
  62. </resources>
  63. </document>