r
6 天以前 24182a847205ad81c759a0d173cc0e12fcd5a149
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <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="CommonYearsPickerView" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Orj-lr-oYU">
                    <rect key="frame" x="0.0" y="446" width="393" height="406"/>
                    <subviews>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yU4-jb-CHe">
                            <rect key="frame" x="100" y="306" width="193" height="40"/>
                            <color key="backgroundColor" name="FE6E0D"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="T80-f4-ZNe"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="确认">
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                            </state>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                    <real key="value" value="20"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="i5t-0o-tYW"/>
                            </connections>
                        </button>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请选择参与年份" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F88-Cm-Utq">
                            <rect key="frame" x="141" y="18" width="111.33333333333331" height="19.333333333333329"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9bC-Lz-I50">
                            <rect key="frame" x="358" y="15" width="25" height="25"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="25" id="FcF-HQ-11R"/>
                                <constraint firstAttribute="width" constant="25" id="iQl-xT-ntH"/>
                            </constraints>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" image="btn_close_2"/>
                            <connections>
                                <action selector="closeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="DP3-yh-o8f"/>
                            </connections>
                        </button>
                        <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="Cim-8M-pel">
                            <rect key="frame" x="0.0" y="90" width="393" height="216"/>
                            <subviews>
                                <pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CrJ-Dm-Z2H">
                                    <rect key="frame" x="0.0" y="0.0" width="393" height="216"/>
                                </pickerView>
                            </subviews>
                        </stackView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="Cim-8M-pel" firstAttribute="leading" secondItem="Orj-lr-oYU" secondAttribute="leading" id="79S-rS-MhL"/>
                        <constraint firstAttribute="trailing" secondItem="9bC-Lz-I50" secondAttribute="trailing" constant="10" id="AVl-zm-8jl"/>
                        <constraint firstAttribute="trailing" secondItem="Cim-8M-pel" secondAttribute="trailing" id="Bo8-qq-gri"/>
                        <constraint firstAttribute="trailing" secondItem="yU4-jb-CHe" secondAttribute="trailing" constant="100" id="IcY-wI-p7g"/>
                        <constraint firstItem="F88-Cm-Utq" firstAttribute="centerX" secondItem="Orj-lr-oYU" secondAttribute="centerX" id="MKr-bg-I4g"/>
                        <constraint firstItem="Cim-8M-pel" firstAttribute="top" secondItem="9bC-Lz-I50" secondAttribute="bottom" constant="50" id="Vf7-9i-JC6"/>
                        <constraint firstItem="Cim-8M-pel" firstAttribute="leading" secondItem="Orj-lr-oYU" secondAttribute="leading" id="aPf-TT-TLF"/>
                        <constraint firstItem="9bC-Lz-I50" firstAttribute="centerY" secondItem="F88-Cm-Utq" secondAttribute="centerY" id="eCx-xO-zk0"/>
                        <constraint firstAttribute="trailing" secondItem="Cim-8M-pel" secondAttribute="trailing" id="lY1-pr-82R"/>
                        <constraint firstAttribute="bottom" secondItem="Cim-8M-pel" secondAttribute="bottom" constant="100" id="moj-wA-rMW"/>
                        <constraint firstItem="yU4-jb-CHe" firstAttribute="leading" secondItem="Orj-lr-oYU" secondAttribute="leading" constant="100" id="udA-eS-dr5"/>
                        <constraint firstItem="F88-Cm-Utq" firstAttribute="top" secondItem="Orj-lr-oYU" secondAttribute="top" constant="18" id="wqx-XF-xpq"/>
                        <constraint firstAttribute="bottomMargin" secondItem="yU4-jb-CHe" secondAttribute="bottom" constant="18" id="xL2-UJ-vql"/>
                    </constraints>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Orj-lr-oYU" secondAttribute="trailing" id="01x-iX-8lL"/>
                <constraint firstItem="Orj-lr-oYU" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="7DP-hE-wBv"/>
                <constraint firstAttribute="bottom" secondItem="Orj-lr-oYU" secondAttribute="bottom" id="dOw-Ug-LeN"/>
            </constraints>
            <connections>
                <outlet property="cons_bottom" destination="dOw-Ug-LeN" id="377-ga-r8x"/>
                <outlet property="pickerView" destination="CrJ-Dm-Z2H" id="aXW-aq-HzI"/>
                <outlet property="view_container" destination="Orj-lr-oYU" id="bWK-AB-O2r"/>
            </connections>
            <point key="canvasLocation" x="139.69465648854961" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <image name="btn_close_2" width="20" height="20"/>
        <namedColor name="FE6E0D">
            <color red="0.99199998378753662" green="0.53299999237060547" blue="0.0080000003799796104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>