杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
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
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" 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="23084"/>
        <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" customClass="ForgotPasswordChangeVC" customModule="XQMuse" customModuleProvider="target">
            <connections>
                <outlet property="btn_complete" destination="d75-LE-ADF" id="rmq-Hs-zrm"/>
                <outlet property="btn_eye" destination="Yms-9v-sdO" id="OUp-yM-n4g"/>
                <outlet property="tf_input" destination="LM8-B2-jWF" id="sqd-EQ-r6O"/>
                <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="393" height="852"/>
            <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="aIe-la-VEd">
                    <rect key="frame" x="31" y="90" width="84" height="26"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="26" id="lCe-Vg-TdC"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="22"/>
                    <color key="textColor" red="0.20392156859999999" green="0.20392156859999999" blue="0.20392156859999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="重置之前的密码,设置新密码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="54B-JI-JvE">
                    <rect key="frame" x="31" y="131" width="181" height="14"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="14" id="hZb-2Y-F08"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <color key="textColor" red="0.59215686270000001" green="0.59215686270000001" blue="0.59215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MSj-ze-OdE">
                    <rect key="frame" x="31" y="234" width="331" height="0.66666666666665719"/>
                    <color key="backgroundColor" red="0.96470588239999999" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="0.63" id="ZzF-TL-v9w"/>
                    </constraints>
                </view>
                <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入密码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="LM8-B2-jWF" customClass="QMUITextField">
                    <rect key="frame" x="32" y="196" width="280" height="17"/>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <textInputTraits key="textInputTraits" keyboardType="alphabet" secureTextEntry="YES"/>
                </textField>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yms-9v-sdO">
                    <rect key="frame" x="342" y="193.66666666666666" width="20" height="22"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" image="btn_eye_open"/>
                    <state key="selected" image="btn_eye_close"/>
                    <connections>
                        <action selector="eyeAction:" destination="-1" eventType="touchUpInside" id="i8H-qL-5Sc"/>
                    </connections>
                </button>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="至少8个字符,不能全是字母或数字" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XwG-d3-D1z">
                    <rect key="frame" x="31.000000000000014" y="249.66666666666663" width="221.33333333333337" height="17"/>
                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                    <color key="textColor" red="0.6588235294117647" green="0.76078431372549016" blue="0.5725490196078431" alpha="1" colorSpace="calibratedRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="d75-LE-ADF">
                    <rect key="frame" x="31" y="297.66666666666669" width="331" height="40"/>
                    <color key="backgroundColor" red="0.68627450980000004" green="0.79215686269999996" blue="0.59607843140000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="40" id="p8K-XZ-jcv"/>
                    </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="确认更改"/>
                    <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="-1" eventType="touchUpInside" id="MSb-cA-665"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="MSj-ze-OdE" firstAttribute="top" secondItem="LM8-B2-jWF" secondAttribute="bottom" constant="21" id="9c3-YK-5Wc"/>
                <constraint firstItem="Yms-9v-sdO" firstAttribute="leading" secondItem="LM8-B2-jWF" secondAttribute="trailing" constant="30" id="9sY-98-Cb7"/>
                <constraint firstItem="d75-LE-ADF" firstAttribute="top" secondItem="XwG-d3-D1z" secondAttribute="bottom" constant="31" id="ATy-RU-Uaa"/>
                <constraint firstItem="LM8-B2-jWF" firstAttribute="top" secondItem="54B-JI-JvE" secondAttribute="bottom" constant="51" id="DBS-2c-W0L"/>
                <constraint firstItem="Yms-9v-sdO" firstAttribute="centerY" secondItem="LM8-B2-jWF" secondAttribute="centerY" id="F2P-tl-Eta"/>
                <constraint firstItem="d75-LE-ADF" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="31" id="IFT-Nh-omG"/>
                <constraint firstItem="XwG-d3-D1z" firstAttribute="top" secondItem="MSj-ze-OdE" secondAttribute="bottom" constant="15" id="JA4-CV-jtB"/>
                <constraint firstItem="aIe-la-VEd" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="31" id="LGK-Nz-BYs"/>
                <constraint firstItem="LM8-B2-jWF" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="32" id="PJ8-1p-VqP"/>
                <constraint firstItem="54B-JI-JvE" firstAttribute="leading" secondItem="aIe-la-VEd" secondAttribute="leading" id="Uo7-BR-x6S"/>
                <constraint firstItem="aIe-la-VEd" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="31" id="X6P-dd-y97"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="Yms-9v-sdO" secondAttribute="trailing" constant="31" id="fxE-Aj-BxX"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="d75-LE-ADF" secondAttribute="trailing" constant="31" id="gMk-bG-xbr"/>
                <constraint firstItem="MSj-ze-OdE" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="31" id="pJC-Oa-yY5"/>
                <constraint firstItem="54B-JI-JvE" firstAttribute="top" secondItem="aIe-la-VEd" secondAttribute="bottom" constant="15" id="qUc-vT-IXD"/>
                <constraint firstAttribute="trailing" secondItem="MSj-ze-OdE" secondAttribute="trailing" constant="31" id="xQk-Eq-hBg"/>
                <constraint firstItem="XwG-d3-D1z" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="31" id="yed-Y7-2kH"/>
            </constraints>
            <point key="canvasLocation" x="140" y="21"/>
        </view>
    </objects>
    <resources>
        <image name="btn_eye_close" width="21" height="8"/>
        <image name="btn_eye_open" width="20" height="20"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>