| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="PerfectInfoPopView">
- <rect key="frame" x="0.0" y="0.0" width="379" height="157"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="165" y="15" width="49" height="19.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="45" y="49.5" width="289" height="33.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pgl-pV-pYo">
- <rect key="frame" x="30" y="103" width="144.5" height="34"/>
- <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="Uhp-pW-RON"/>
- </constraints>
- <state key="normal" title="Button"/>
- <buttonConfiguration key="configuration" style="plain" title="关闭">
- <fontDescription key="titleFontDescription" type="system" pointSize="12"/>
- <color key="baseForegroundColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
- </buttonConfiguration>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="8"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="closeBtnAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="eeO-4R-gC4"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ukK-4n-1Ug">
- <rect key="frame" x="204.5" y="103" width="144.5" height="34"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="Y8Q-ch-uSl"/>
- </constraints>
- <state key="normal" title="Button"/>
- <buttonConfiguration key="configuration" style="plain" title="去修改">
- <backgroundConfiguration key="background" image="去修改" imageContentMode="scaleToFill"/>
- <fontDescription key="titleFontDescription" type="system" pointSize="12"/>
- <color key="baseForegroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </buttonConfiguration>
- <connections>
- <action selector="editBtnAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="h1z-fT-wnf"/>
- </connections>
- </button>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="ukK-4n-1Ug" firstAttribute="leading" secondItem="pgl-pV-pYo" secondAttribute="trailing" constant="30" id="2kS-zt-9pz"/>
- <constraint firstItem="JUy-N4-VKF" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="45" id="8LP-k8-FDX"/>
- <constraint firstItem="pgl-pV-pYo" firstAttribute="width" secondItem="ukK-4n-1Ug" secondAttribute="width" id="KNa-zj-Kfb"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="ukK-4n-1Ug" secondAttribute="trailing" constant="30" id="OuL-4Q-B7G"/>
- <constraint firstItem="IYK-Wa-GCF" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="SEX-lT-osI"/>
- <constraint firstItem="JUy-N4-VKF" firstAttribute="top" secondItem="IYK-Wa-GCF" secondAttribute="bottom" constant="15" id="Xha-2X-vls"/>
- <constraint firstItem="pgl-pV-pYo" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="30" id="Z1B-Vc-FVb"/>
- <constraint firstItem="ukK-4n-1Ug" firstAttribute="centerY" secondItem="pgl-pV-pYo" secondAttribute="centerY" id="awG-ha-mJE"/>
- <constraint firstItem="IYK-Wa-GCF" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="15" id="dsb-gv-JSo"/>
- <constraint firstItem="pgl-pV-pYo" firstAttribute="top" secondItem="JUy-N4-VKF" secondAttribute="bottom" constant="20" id="f1B-UV-ODb"/>
- <constraint firstAttribute="trailing" secondItem="JUy-N4-VKF" secondAttribute="trailing" constant="45" id="oZD-JI-j0Z"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="contentLabel" destination="JUy-N4-VKF" id="Kln-li-dnI"/>
- </connections>
- <point key="canvasLocation" x="106.5217391304348" y="350.55803571428572"/>
- </view>
- </objects>
- <resources>
- <image name="去修改" width="140" height="34"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|