PerfectInfoPopView.xib 8.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="19144"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  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"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="PerfectInfoPopView">
  15. <rect key="frame" x="0.0" y="0.0" width="379" height="157"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="小提示" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IYK-Wa-GCF">
  19. <rect key="frame" x="165" y="15" width="49" height="19.5"/>
  20. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  21. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  22. <nil key="highlightedColor"/>
  23. </label>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="已为您自动匹配昵称“布谷xxxxxx”和默认头像是否修改?" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JUy-N4-VKF">
  25. <rect key="frame" x="45" y="49.5" width="289" height="33.5"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  27. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pgl-pV-pYo">
  31. <rect key="frame" x="30" y="103" width="144.5" height="34"/>
  32. <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="34" id="Uhp-pW-RON"/>
  35. </constraints>
  36. <state key="normal" title="Button"/>
  37. <buttonConfiguration key="configuration" style="plain" title="关闭">
  38. <fontDescription key="titleFontDescription" type="system" pointSize="12"/>
  39. <color key="baseForegroundColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
  40. </buttonConfiguration>
  41. <userDefinedRuntimeAttributes>
  42. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  43. <integer key="value" value="8"/>
  44. </userDefinedRuntimeAttribute>
  45. </userDefinedRuntimeAttributes>
  46. <connections>
  47. <action selector="closeBtnAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="eeO-4R-gC4"/>
  48. </connections>
  49. </button>
  50. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ukK-4n-1Ug">
  51. <rect key="frame" x="204.5" y="103" width="144.5" height="34"/>
  52. <constraints>
  53. <constraint firstAttribute="height" constant="34" id="Y8Q-ch-uSl"/>
  54. </constraints>
  55. <state key="normal" title="Button"/>
  56. <buttonConfiguration key="configuration" style="plain" title="去修改">
  57. <backgroundConfiguration key="background" image="去修改" imageContentMode="scaleToFill"/>
  58. <fontDescription key="titleFontDescription" type="system" pointSize="12"/>
  59. <color key="baseForegroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  60. </buttonConfiguration>
  61. <connections>
  62. <action selector="editBtnAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="h1z-fT-wnf"/>
  63. </connections>
  64. </button>
  65. </subviews>
  66. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  67. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  68. <constraints>
  69. <constraint firstItem="ukK-4n-1Ug" firstAttribute="leading" secondItem="pgl-pV-pYo" secondAttribute="trailing" constant="30" id="2kS-zt-9pz"/>
  70. <constraint firstItem="JUy-N4-VKF" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="45" id="8LP-k8-FDX"/>
  71. <constraint firstItem="pgl-pV-pYo" firstAttribute="width" secondItem="ukK-4n-1Ug" secondAttribute="width" id="KNa-zj-Kfb"/>
  72. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="ukK-4n-1Ug" secondAttribute="trailing" constant="30" id="OuL-4Q-B7G"/>
  73. <constraint firstItem="IYK-Wa-GCF" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="SEX-lT-osI"/>
  74. <constraint firstItem="JUy-N4-VKF" firstAttribute="top" secondItem="IYK-Wa-GCF" secondAttribute="bottom" constant="15" id="Xha-2X-vls"/>
  75. <constraint firstItem="pgl-pV-pYo" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="30" id="Z1B-Vc-FVb"/>
  76. <constraint firstItem="ukK-4n-1Ug" firstAttribute="centerY" secondItem="pgl-pV-pYo" secondAttribute="centerY" id="awG-ha-mJE"/>
  77. <constraint firstItem="IYK-Wa-GCF" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="15" id="dsb-gv-JSo"/>
  78. <constraint firstItem="pgl-pV-pYo" firstAttribute="top" secondItem="JUy-N4-VKF" secondAttribute="bottom" constant="20" id="f1B-UV-ODb"/>
  79. <constraint firstAttribute="trailing" secondItem="JUy-N4-VKF" secondAttribute="trailing" constant="45" id="oZD-JI-j0Z"/>
  80. </constraints>
  81. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  82. <connections>
  83. <outlet property="contentLabel" destination="JUy-N4-VKF" id="Kln-li-dnI"/>
  84. </connections>
  85. <point key="canvasLocation" x="106.5217391304348" y="350.55803571428572"/>
  86. </view>
  87. </objects>
  88. <resources>
  89. <image name="去修改" width="140" height="34"/>
  90. <systemColor name="systemBackgroundColor">
  91. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  92. </systemColor>
  93. </resources>
  94. </document>