1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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="16087"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="IHCountryPicker" customModule="智能照明" customModuleProvider="target">
- <connections>
- <outlet property="contentView" destination="HO3-VL-jDH" id="u39-4z-rbd"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="318" height="500"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="i2A-jC-tWV">
- <rect key="frame" x="273" y="23" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="16" id="GhK-YQ-gwy"/>
- <constraint firstAttribute="height" constant="16" id="kcF-I4-Td3"/>
- </constraints>
- <state key="normal" title="Button" image="ic_quxiao"/>
- <connections>
- <action selector="close:" destination="-1" eventType="touchUpInside" id="C5N-DU-7TB"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HO3-VL-jDH">
- <rect key="frame" x="0.0" y="60" width="318" height="340"/>
- <color key="backgroundColor" systemColor="systemOrangeColor" red="1" green="0.58431372550000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sqt-Gz-nJH">
- <rect key="frame" x="20" y="424" width="278" height="40"/>
- <color key="backgroundColor" red="0.3411764706" green="0.2470588235" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="Glx-EY-VMq"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="17"/>
- <state key="normal" title="保存">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="save:" destination="-1" eventType="touchUpInside" id="Kp4-wF-9aP"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="HO3-VL-jDH" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="60" id="AWP-tn-05C"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="i2A-jC-tWV" secondAttribute="trailing" constant="29" id="H49-tk-ugx"/>
- <constraint firstAttribute="trailing" secondItem="HO3-VL-jDH" secondAttribute="trailing" id="TPt-9X-TSN"/>
- <constraint firstItem="HO3-VL-jDH" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="VGg-Bu-R2j"/>
- <constraint firstItem="i2A-jC-tWV" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="23" id="czC-zh-Jda"/>
- <constraint firstAttribute="bottom" secondItem="sqt-Gz-nJH" secondAttribute="bottom" constant="36" id="d3U-vM-dKX"/>
- <constraint firstAttribute="trailing" secondItem="sqt-Gz-nJH" secondAttribute="trailing" constant="20" id="eFS-5E-sQc"/>
- <constraint firstItem="sqt-Gz-nJH" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="hCv-jM-f9e"/>
- <constraint firstAttribute="bottom" secondItem="HO3-VL-jDH" secondAttribute="bottom" constant="100" id="qQZ-qY-ynF"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="59.420289855072468" y="-127.90178571428571"/>
- </view>
- </objects>
- <resources>
- <image name="ic_quxiao" width="16" height="16"/>
- </resources>
- </document>
|