| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="n5I-C1-k2q">
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
- <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
- <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
- <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
- </dependencies>
- <scenes>
- <!--Login-->
- <scene sceneID="7DD-Js-a73">
- <objects>
- <viewController storyboardIdentifier="LoginView" id="n5I-C1-k2q" userLabel="Login" customClass="LoginViewController" customModule="SocketChat" customModuleProvider="target" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="QUA-nU-9fU"/>
- <viewControllerLayoutGuide type="bottom" id="J35-3i-lvV"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="BH2-bi-2yt">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="login_header_default.png" translatesAutoresizingMaskIntoConstraints="NO" id="nsW-vq-69g">
- <rect key="frame" x="257" y="143" width="85" height="85"/>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="input_bg.png" translatesAutoresizingMaskIntoConstraints="NO" id="Ll2-p2-3P8">
- <rect key="frame" x="140" y="242" width="320" height="86"/>
- <constraints>
- <constraint firstAttribute="height" constant="87" id="EwX-aY-w2k"/>
- </constraints>
- <variation key="default">
- <mask key="constraints">
- <exclude reference="EwX-aY-w2k"/>
- </mask>
- </variation>
- <variation key="widthClass=compact">
- <mask key="constraints">
- <include reference="EwX-aY-w2k"/>
- </mask>
- </variation>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aez-C7-ZMf">
- <rect key="frame" x="141" y="336" width="320" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="T8M-GJ-bk8"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="23"/>
- <state key="normal" title="登陆" backgroundImage="login_bg.png"/>
- <state key="highlighted" backgroundImage="login_bg_down.png"/>
- <variation key="default">
- <mask key="constraints">
- <exclude reference="T8M-GJ-bk8"/>
- </mask>
- </variation>
- <variation key="widthClass=compact">
- <mask key="constraints">
- <exclude reference="T8M-GJ-bk8"/>
- </mask>
- </variation>
- <connections>
- <action selector="LoginBtn:" destination="n5I-C1-k2q" eventType="touchUpInside" id="hPs-RJ-l13"/>
- </connections>
- </button>
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" alignment="top" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="eLa-Wd-uFN">
- <rect key="frame" x="188" y="241" width="272" height="86"/>
- <subviews>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" verticalHuggingPriority="249" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="hxb" minimumFontSize="20" translatesAutoresizingMaskIntoConstraints="NO" id="MVM-vl-ICy" userLabel="username">
- <rect key="frame" x="0.0" y="0.0" width="272" height="42"/>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <textInputTraits key="textInputTraits" keyboardType="alphabet"/>
- </textField>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="a12345678" minimumFontSize="20" translatesAutoresizingMaskIntoConstraints="NO" id="lVp-uI-vcl" userLabel="password">
- <rect key="frame" x="0.0" y="44" width="272" height="42"/>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <textInputTraits key="textInputTraits" keyboardType="alphabet" secureTextEntry="YES"/>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="MVM-vl-ICy" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" multiplier="480:1000" id="4rh-jK-7kS"/>
- <constraint firstItem="lVp-uI-vcl" firstAttribute="width" secondItem="eLa-Wd-uFN" secondAttribute="width" id="7iV-QS-PJn"/>
- <constraint firstItem="lVp-uI-vcl" firstAttribute="width" secondItem="eLa-Wd-uFN" secondAttribute="width" id="FKL-9L-Eis"/>
- <constraint firstItem="MVM-vl-ICy" firstAttribute="width" secondItem="eLa-Wd-uFN" secondAttribute="width" id="H4C-ME-28Z"/>
- <constraint firstItem="MVM-vl-ICy" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" multiplier="480:1000" id="JHS-rt-EdC"/>
- <constraint firstItem="lVp-uI-vcl" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" multiplier="480:1000" id="Jze-Eq-CNO"/>
- <constraint firstItem="MVM-vl-ICy" firstAttribute="width" secondItem="eLa-Wd-uFN" secondAttribute="width" id="Nny-oj-7G7"/>
- <constraint firstItem="MVM-vl-ICy" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" multiplier="480:1000" id="eKX-6a-Cba"/>
- <constraint firstItem="MVM-vl-ICy" firstAttribute="top" secondItem="eLa-Wd-uFN" secondAttribute="top" id="mRH-z7-6cN"/>
- <constraint firstItem="lVp-uI-vcl" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" multiplier="480:1000" id="wHP-i8-bnC"/>
- <constraint firstItem="lVp-uI-vcl" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" multiplier="480:1000" id="yFg-Bp-fwz"/>
- </constraints>
- <variation key="default">
- <mask key="constraints">
- <exclude reference="JHS-rt-EdC"/>
- <exclude reference="Nny-oj-7G7"/>
- <exclude reference="eKX-6a-Cba"/>
- <exclude reference="7iV-QS-PJn"/>
- <exclude reference="Jze-Eq-CNO"/>
- <exclude reference="wHP-i8-bnC"/>
- </mask>
- </variation>
- <variation key="widthClass=compact">
- <mask key="constraints">
- <exclude reference="4rh-jK-7kS"/>
- <include reference="JHS-rt-EdC"/>
- <include reference="Nny-oj-7G7"/>
- <exclude reference="eKX-6a-Cba"/>
- <include reference="7iV-QS-PJn"/>
- <exclude reference="Jze-Eq-CNO"/>
- <include reference="wHP-i8-bnC"/>
- <exclude reference="yFg-Bp-fwz"/>
- </mask>
- </variation>
- </stackView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="popo.png" translatesAutoresizingMaskIntoConstraints="NO" id="Kfm-dM-NL7">
- <rect key="frame" x="-20" y="0.0" width="640" height="210"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="0.2627450980392157" green="0.76470588235294112" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="top" secondItem="Ll2-p2-3P8" secondAttribute="bottom" constant="8" id="1w9-LX-U4F"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="centerX" secondItem="BH2-bi-2yt" secondAttribute="centerX" id="2oj-yY-9er"/>
- <constraint firstItem="nsW-vq-69g" firstAttribute="centerX" secondItem="BH2-bi-2yt" secondAttribute="centerX" id="2zW-A0-jKw"/>
- <constraint firstItem="Ll2-p2-3P8" firstAttribute="top" secondItem="nsW-vq-69g" secondAttribute="bottom" constant="16" id="5fs-e6-xN3"/>
- <constraint firstItem="Ll2-p2-3P8" firstAttribute="top" secondItem="nsW-vq-69g" secondAttribute="bottom" constant="16" id="7zT-KD-jWE"/>
- <constraint firstItem="nsW-vq-69g" firstAttribute="top" secondItem="QUA-nU-9fU" secondAttribute="bottom" constant="123" id="93k-Rv-eVU"/>
- <constraint firstItem="J35-3i-lvV" firstAttribute="top" secondItem="aez-C7-ZMf" secondAttribute="bottom" constant="217" id="Au7-g9-pR0"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="height" secondItem="eLa-Wd-uFN" secondAttribute="height" id="Bag-sX-eW0"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="height" secondItem="Ll2-p2-3P8" secondAttribute="height" multiplier="400:1000" id="Bqa-5K-t3t"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="top" secondItem="nsW-vq-69g" secondAttribute="bottom" constant="16" id="C6a-Xf-7MG"/>
- <constraint firstItem="Ll2-p2-3P8" firstAttribute="top" secondItem="nsW-vq-69g" secondAttribute="bottom" constant="14" id="EIz-rT-7Do">
- <variation key="widthClass=compact" constant="16"/>
- </constraint>
- <constraint firstItem="Ll2-p2-3P8" firstAttribute="top" secondItem="eLa-Wd-uFN" secondAttribute="top" id="J2w-Z6-McG"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="width" secondItem="Ll2-p2-3P8" secondAttribute="width" id="JJI-aD-agj"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="width" secondItem="Ll2-p2-3P8" secondAttribute="height" multiplier="160:43" id="Jxo-a2-hR2"/>
- <constraint firstItem="Kfm-dM-NL7" firstAttribute="centerX" secondItem="BH2-bi-2yt" secondAttribute="centerX" id="MbV-V7-3cR"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="width" secondItem="Ll2-p2-3P8" secondAttribute="width" multiplier="850:1000" id="Sh9-b9-OjP"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="leading" secondItem="Ll2-p2-3P8" secondAttribute="leading" id="T1u-cE-UkB"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="height" secondItem="Ll2-p2-3P8" secondAttribute="height" id="TOs-6a-3TU"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="height" secondItem="Ll2-p2-3P8" secondAttribute="height" multiplier="500:1000" id="Vmk-E4-yDT"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="leading" secondItem="Ll2-p2-3P8" secondAttribute="trailing" constant="-320" id="bbO-Uz-Z11"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="top" secondItem="nsW-vq-69g" secondAttribute="bottom" constant="16" id="dKD-id-c6k"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="width" secondItem="Ll2-p2-3P8" secondAttribute="width" multiplier="850:1000" id="gBS-WC-Al0"/>
- <constraint firstItem="Ll2-p2-3P8" firstAttribute="centerX" secondItem="BH2-bi-2yt" secondAttribute="centerX" id="h0s-hQ-Eep"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="width" secondItem="Ll2-p2-3P8" secondAttribute="width" id="lxO-gd-bSN"/>
- <constraint firstItem="Kfm-dM-NL7" firstAttribute="top" secondItem="QUA-nU-9fU" secondAttribute="bottom" constant="-20" id="noX-hK-7Lu"/>
- <constraint firstItem="aez-C7-ZMf" firstAttribute="centerX" secondItem="Ll2-p2-3P8" secondAttribute="centerX" id="tYc-Jk-Wbd"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="height" secondItem="Ll2-p2-3P8" secondAttribute="height" id="tz3-nA-N5k"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="top" secondItem="Ll2-p2-3P8" secondAttribute="bottom" constant="-87" id="v8a-uP-Dfm"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="leading" secondItem="Ll2-p2-3P8" secondAttribute="trailing" constant="-272" id="x2n-c7-AM7"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="height" secondItem="Ll2-p2-3P8" secondAttribute="height" id="xHa-6Y-8GJ"/>
- <constraint firstItem="eLa-Wd-uFN" firstAttribute="trailing" secondItem="Ll2-p2-3P8" secondAttribute="trailing" id="zVG-Ig-Xt4"/>
- </constraints>
- <variation key="default">
- <mask key="constraints">
- <exclude reference="5fs-e6-xN3"/>
- <exclude reference="7zT-KD-jWE"/>
- <exclude reference="J2w-Z6-McG"/>
- <exclude reference="C6a-Xf-7MG"/>
- <exclude reference="Jxo-a2-hR2"/>
- <exclude reference="dKD-id-c6k"/>
- <exclude reference="gBS-WC-Al0"/>
- <exclude reference="lxO-gd-bSN"/>
- <exclude reference="tz3-nA-N5k"/>
- <exclude reference="x2n-c7-AM7"/>
- <exclude reference="xHa-6Y-8GJ"/>
- <exclude reference="Bag-sX-eW0"/>
- <exclude reference="Bqa-5K-t3t"/>
- <exclude reference="T1u-cE-UkB"/>
- <exclude reference="Vmk-E4-yDT"/>
- <exclude reference="bbO-Uz-Z11"/>
- <exclude reference="tYc-Jk-Wbd"/>
- <exclude reference="Au7-g9-pR0"/>
- </mask>
- </variation>
- <variation key="widthClass=compact">
- <mask key="constraints">
- <exclude reference="5fs-e6-xN3"/>
- <include reference="7zT-KD-jWE"/>
- <exclude reference="EIz-rT-7Do"/>
- <include reference="J2w-Z6-McG"/>
- <exclude reference="C6a-Xf-7MG"/>
- <exclude reference="dKD-id-c6k"/>
- <include reference="gBS-WC-Al0"/>
- <exclude reference="v8a-uP-Dfm"/>
- <include reference="x2n-c7-AM7"/>
- <include reference="xHa-6Y-8GJ"/>
- <exclude reference="Bag-sX-eW0"/>
- <include reference="Bqa-5K-t3t"/>
- <exclude reference="T1u-cE-UkB"/>
- <exclude reference="Vmk-E4-yDT"/>
- <include reference="bbO-Uz-Z11"/>
- <exclude reference="tYc-Jk-Wbd"/>
- <exclude reference="Au7-g9-pR0"/>
- </mask>
- </variation>
- </view>
- <connections>
- <outlet property="passWord" destination="lVp-uI-vcl" id="4vv-Uu-zhM"/>
- <outlet property="userName" destination="MVM-vl-ICy" id="2h1-Qv-lFf"/>
- <segue destination="UUg-wW-wtz" kind="show" identifier="ShowRootView" id="Ew8-dJ-QX2"/>
- <segue destination="LyK-hv-muY" kind="show" identifier="ShowRecentMessageView" id="YJE-Mf-7te"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="hna-nd-mMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
- <tapGestureRecognizer id="7Wx-df-wC0"/>
- </objects>
- <point key="canvasLocation" x="-1287" y="623"/>
- </scene>
- <!--LOGINSMSVC-->
- <scene sceneID="nOy-ie-NPj">
- <objects>
- <viewController storyboardIdentifier="SMSVC" title="LOGINSMSVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="9Qf-j5-Kbi" customClass="SMSViewController" customModule="SocketChat" customModuleProvider="target" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="IFT-Cm-L6U"/>
- <viewControllerLayoutGuide type="bottom" id="Zfo-pp-M2F"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="Xne-NS-r9V">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="GAK-CL-Aq1">
- <rect key="frame" x="20" y="80" width="560" height="30"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="手机号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k2F-b7-I81">
- <rect key="frame" x="0.0" y="0.0" width="56" height="30"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Pve-AE-YUa" userLabel="mobile">
- <rect key="frame" x="64" y="0.0" width="496" height="30"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="phonePad"/>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Pve-AE-YUa" secondAttribute="trailing" id="0Zg-l7-PUx"/>
- <constraint firstItem="k2F-b7-I81" firstAttribute="leading" secondItem="GAK-CL-Aq1" secondAttribute="leading" id="Azq-4f-mqg"/>
- <constraint firstItem="Pve-AE-YUa" firstAttribute="width" relation="lessThanOrEqual" secondItem="GAK-CL-Aq1" secondAttribute="width" id="BLG-5H-L5a"/>
- </constraints>
- </stackView>
- <stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="xmH-2T-x8l">
- <rect key="frame" x="20" y="120" width="560" height="30"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="验证码:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3hU-oV-suN">
- <rect key="frame" x="0.0" y="0.0" width="56" height="30"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="KSF-Mg-poK" userLabel="smscode">
- <rect key="frame" x="64" y="0.0" width="296" height="30"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
- </textField>
- <button opaque="NO" contentMode="scaleAspectFit" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="L0c-kp-LAi">
- <rect key="frame" x="368" y="0.0" width="192" height="30"/>
- <state key="normal" title="发送验证码"/>
- <connections>
- <action selector="requireCode:" destination="9Qf-j5-Kbi" eventType="touchUpInside" id="c4I-65-nKS"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="L0c-kp-LAi" firstAttribute="leading" secondItem="KSF-Mg-poK" secondAttribute="trailing" constant="8" id="3sA-rt-KYh"/>
- <constraint firstAttribute="trailing" secondItem="L0c-kp-LAi" secondAttribute="trailing" id="FZO-Nl-jh6"/>
- <constraint firstItem="KSF-Mg-poK" firstAttribute="leading" secondItem="3hU-oV-suN" secondAttribute="trailing" constant="8" id="e08-UM-Elb"/>
- <constraint firstItem="L0c-kp-LAi" firstAttribute="width" secondItem="KSF-Mg-poK" secondAttribute="width" multiplier="650:1000" id="jEF-mQ-DmY"/>
- <constraint firstItem="3hU-oV-suN" firstAttribute="leading" secondItem="xmH-2T-x8l" secondAttribute="leading" id="ywH-rR-l5S"/>
- </constraints>
- </stackView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bXO-eR-aff">
- <rect key="frame" x="20" y="190" width="560" height="40"/>
- <state key="normal" title="登陆" backgroundImage="login_bg.png"/>
- <connections>
- <action selector="checkCode:" destination="9Qf-j5-Kbi" eventType="touchUpInside" id="VFe-Mz-JUt"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="bXO-eR-aff" firstAttribute="centerY" secondItem="Xne-NS-r9V" secondAttribute="centerY" id="A5e-2D-8za"/>
- <constraint firstItem="GAK-CL-Aq1" firstAttribute="centerX" secondItem="Xne-NS-r9V" secondAttribute="centerX" id="LuL-qH-QSU"/>
- <constraint firstAttribute="trailingMargin" secondItem="bXO-eR-aff" secondAttribute="trailing" id="LxW-yU-bnN"/>
- <constraint firstItem="bXO-eR-aff" firstAttribute="centerX" secondItem="Xne-NS-r9V" secondAttribute="centerX" id="Rwk-jC-M0f"/>
- <constraint firstItem="bXO-eR-aff" firstAttribute="leading" secondItem="Xne-NS-r9V" secondAttribute="leadingMargin" id="Wqn-OH-Y2j"/>
- <constraint firstItem="KSF-Mg-poK" firstAttribute="width" relation="lessThanOrEqual" secondItem="Pve-AE-YUa" secondAttribute="width" id="cl0-cs-zYh"/>
- <constraint firstItem="xmH-2T-x8l" firstAttribute="top" secondItem="GAK-CL-Aq1" secondAttribute="top" id="dCQ-n3-Gyr"/>
- <constraint firstItem="xmH-2T-x8l" firstAttribute="centerX" secondItem="Xne-NS-r9V" secondAttribute="centerX" id="dV9-W6-XlK"/>
- <constraint firstItem="xmH-2T-x8l" firstAttribute="width" secondItem="bXO-eR-aff" secondAttribute="width" id="hE8-8K-1fT"/>
- <constraint firstItem="GAK-CL-Aq1" firstAttribute="width" secondItem="bXO-eR-aff" secondAttribute="width" id="hRN-P7-hMw"/>
- <constraint firstItem="GAK-CL-Aq1" firstAttribute="top" secondItem="IFT-Cm-L6U" secondAttribute="bottom" constant="60" id="hob-kw-KPJ"/>
- <constraint firstItem="xmH-2T-x8l" firstAttribute="top" secondItem="GAK-CL-Aq1" secondAttribute="bottom" constant="10" id="nfq-XA-bAO"/>
- <constraint firstItem="bXO-eR-aff" firstAttribute="top" secondItem="xmH-2T-x8l" secondAttribute="bottom" constant="40" id="rzH-JA-CzG"/>
- </constraints>
- <variation key="default">
- <mask key="constraints">
- <exclude reference="dCQ-n3-Gyr"/>
- <exclude reference="A5e-2D-8za"/>
- </mask>
- </variation>
- </view>
- <connections>
- <outlet property="mobile" destination="Pve-AE-YUa" id="w3T-RZ-uG4"/>
- <outlet property="smscode" destination="KSF-Mg-poK" id="tt2-tz-iHd"/>
- <segue destination="UUg-wW-wtz" kind="show" identifier="showRootView" id="mey-Yu-0rI"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="bZ0-D0-Vc8" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-88" y="-101"/>
- </scene>
- <!--最近消息-->
- <scene sceneID="lLC-uG-z8U">
- <objects>
- <tableViewController storyboardIdentifier="RecentView" title="最近消息" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vrj-KB-AjD" customClass="RecentViewController1" customModule="SocketChat" customModuleProvider="target" sceneMemberID="viewController">
- <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="n8Z-wR-2ou">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <prototypes>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="reuseIdentifier" id="ogL-7q-Mkn">
- <rect key="frame" x="0.0" y="92" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ogL-7q-Mkn" id="teE-Ah-UPO">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="vrj-KB-AjD" id="Pzn-wL-VZc"/>
- <outlet property="delegate" destination="vrj-KB-AjD" id="m1e-zO-bwF"/>
- </connections>
- </tableView>
- <navigationItem key="navigationItem" title="消息" id="dVz-9h-S0p"/>
- </tableViewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="mmX-TW-cbv" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="2564" y="-9"/>
- </scene>
- <!--Navigation Controller-->
- <scene sceneID="3ww-oz-2TW">
- <objects>
- <navigationController storyboardIdentifier="RecentVC" automaticallyAdjustsScrollViewInsets="NO" useStoryboardIdentifierAsRestorationIdentifier="YES" id="PeE-mR-NMw" sceneMemberID="viewController">
- <toolbarItems/>
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="4Si-ub-o8V">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <nil name="viewControllers"/>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="FVB-Ul-kNH" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-239" y="647"/>
- </scene>
- <!--Tab Bar Controller-->
- <scene sceneID="CKT-ch-FYe">
- <objects>
- <tabBarController automaticallyAdjustsScrollViewInsets="NO" id="UUg-wW-wtz" sceneMemberID="viewController">
- <toolbarItems/>
- <navigationItem key="navigationItem" id="Cr0-JJ-tO0"/>
- <tabBar key="tabBar" contentMode="scaleToFill" id="YQV-kf-wwH">
- <autoresizingMask key="autoresizingMask"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
- </tabBar>
- <connections>
- <segue destination="LyK-hv-muY" kind="relationship" relationship="viewControllers" id="yIj-Qz-Fki"/>
- <segue destination="pzu-DP-l3M" kind="relationship" relationship="viewControllers" id="Cy6-Qj-BAD"/>
- <segue destination="Rch-kj-fov" kind="relationship" relationship="viewControllers" id="7X1-w2-6Nj"/>
- <segue destination="Xs3-GN-UDZ" kind="relationship" relationship="viewControllers" id="H0i-UV-c5B"/>
- </connections>
- </tabBarController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="tt2-GC-r1e" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="462" y="647"/>
- </scene>
- <!--联系人-->
- <scene sceneID="qVg-uZ-Ap0">
- <objects>
- <tableViewController storyboardIdentifier="ContactView" title="联系人" id="kEt-UB-Njh" sceneMemberID="viewController">
- <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="noP-Ze-to0">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <prototypes>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="Q3E-Gm-Sic">
- <rect key="frame" x="0.0" y="92" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Q3E-Gm-Sic" id="ap5-qt-Bze">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="kEt-UB-Njh" id="hQ3-yD-wbw"/>
- <outlet property="delegate" destination="kEt-UB-Njh" id="rYO-Lz-sNi"/>
- </connections>
- </tableView>
- <navigationItem key="navigationItem" title="联系人" id="2Xg-Gv-FOw"/>
- </tableViewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="GDW-c4-N3E" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="2564" y="647"/>
- </scene>
- <!--通知公告-->
- <scene sceneID="tGt-Rp-E9W">
- <objects>
- <tableViewController title="通知公告" id="mYQ-3m-tdV" sceneMemberID="viewController">
- <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="hUk-jG-iBW">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <prototypes>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="kkI-2y-tqG">
- <rect key="frame" x="0.0" y="92" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="kkI-2y-tqG" id="Ec1-dJ-p5i">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="mYQ-3m-tdV" id="fFI-Ar-0rY"/>
- <outlet property="delegate" destination="mYQ-3m-tdV" id="4Vs-We-LK9"/>
- </connections>
- </tableView>
- <navigationItem key="navigationItem" title="通知公告" id="XUa-ug-sYL"/>
- </tableViewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="Uba-qA-DjH" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="2592" y="1357"/>
- </scene>
- <!--设置-->
- <scene sceneID="x22-iM-009">
- <objects>
- <tableViewController storyboardIdentifier="SettingView" title="设置" useStoryboardIdentifierAsRestorationIdentifier="YES" id="MCr-AC-A54" customClass="SettingViewController" customModule="SocketChat" customModuleProvider="target" sceneMemberID="viewController">
- <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="GvL-EB-6tK">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <sections>
- <tableViewSection headerTitle="Section-1" id="krx-vh-PA7">
- <cells>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="av1-lJ-dgu">
- <rect key="frame" x="0.0" y="92" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="av1-lJ-dgu" id="43k-hL-Sd0">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </cells>
- </tableViewSection>
- <tableViewSection headerTitle="Section-2" id="Ahu-pO-jTW">
- <cells>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="cW1-vI-lgP">
- <rect key="frame" x="0.0" y="164" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="cW1-vI-lgP" id="GY6-eG-kpu">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="tZ1-os-2ND">
- <rect key="frame" x="0.0" y="208" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tZ1-os-2ND" id="zAD-44-uYf">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </cells>
- </tableViewSection>
- <tableViewSection headerTitle="Section-3" id="uZD-Qj-5fZ">
- <cells>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="pAf-Lz-1OC">
- <rect key="frame" x="0.0" y="280" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pAf-Lz-1OC" id="fvO-e5-6Dj">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="jYE-Xo-Uf4">
- <rect key="frame" x="0.0" y="324" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="jYE-Xo-Uf4" id="d8e-vv-ir6">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </cells>
- </tableViewSection>
- <tableViewSection headerTitle="Section-4" id="ID1-aZ-i0w">
- <cells>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="FM8-F3-BQ8">
- <rect key="frame" x="0.0" y="396" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="FM8-F3-BQ8" id="Oax-0V-LGk">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KIU-Iv-yig">
- <rect key="frame" x="0.0" y="-8" width="600" height="52"/>
- <state key="normal" title="注销登录"/>
- <connections>
- <action selector="btnLogOut:" destination="MCr-AC-A54" eventType="touchUpInside" id="2qJ-Cp-kEg"/>
- </connections>
- </button>
- </subviews>
- </tableViewCellContentView>
- </tableViewCell>
- </cells>
- </tableViewSection>
- </sections>
- <connections>
- <outlet property="dataSource" destination="MCr-AC-A54" id="Qua-GS-XwS"/>
- <outlet property="delegate" destination="MCr-AC-A54" id="Ia9-dv-ejn"/>
- </connections>
- </tableView>
- <navigationItem key="navigationItem" title="设置" id="DQ8-fB-T3f"/>
- </tableViewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="IxS-Qa-aZd" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="2603" y="1878"/>
- </scene>
- <!--消息-->
- <scene sceneID="1a5-AX-EBL">
- <objects>
- <navigationController automaticallyAdjustsScrollViewInsets="NO" id="LyK-hv-muY" sceneMemberID="viewController">
- <tabBarItem key="tabBarItem" title="消息" image="msg_icon.png" id="kmn-H9-1fg"/>
- <toolbarItems/>
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="hh4-zq-cee">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <nil name="viewControllers"/>
- <connections>
- <segue destination="vrj-KB-AjD" kind="relationship" relationship="rootViewController" id="vkH-nE-ATI"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="ec1-0y-PZA" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="1752" y="-9"/>
- </scene>
- <!--联系人-->
- <scene sceneID="YjZ-oC-82u">
- <objects>
- <navigationController automaticallyAdjustsScrollViewInsets="NO" id="pzu-DP-l3M" sceneMemberID="viewController">
- <tabBarItem key="tabBarItem" title="联系人" image="contact_icon.png" id="Pg2-bO-cmh"/>
- <toolbarItems/>
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="myj-Ql-5wp">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <nil name="viewControllers"/>
- <connections>
- <segue destination="kEt-UB-Njh" kind="relationship" relationship="rootViewController" id="6JJ-8l-JXh"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="Mul-cA-3Ig" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="1752" y="647"/>
- </scene>
- <!--设置-->
- <scene sceneID="AaJ-jb-97S">
- <objects>
- <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Xs3-GN-UDZ" sceneMemberID="viewController">
- <tabBarItem key="tabBarItem" title="设置" image="setting_icon.png" id="Uh5-Ct-HJL"/>
- <toolbarItems/>
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="XtZ-mX-vmd">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <nil name="viewControllers"/>
- <connections>
- <segue destination="MCr-AC-A54" kind="relationship" relationship="rootViewController" id="2Qy-yg-sG6"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="cTZ-6m-wkv" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="1768" y="1847"/>
- </scene>
- <!--通知公告-->
- <scene sceneID="a1L-L9-io1">
- <objects>
- <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Rch-kj-fov" sceneMemberID="viewController">
- <tabBarItem key="tabBarItem" title="通知公告" image="function_icon.png" id="tI1-Fg-Qgr"/>
- <toolbarItems/>
- <navigationBar key="navigationBar" contentMode="scaleToFill" id="5rw-dH-lxr">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <nil name="viewControllers"/>
- <connections>
- <segue destination="mYQ-3m-tdV" kind="relationship" relationship="rootViewController" id="W01-hg-ACQ"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="4Ny-Ep-tOw" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="1780" y="1357"/>
- </scene>
- <!--Table View Controller-->
- <scene sceneID="CJ2-tH-VHu">
- <objects>
- <tableViewController id="Xis-Bw-fbU" sceneMemberID="viewController">
- <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="u4M-bW-n6W">
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <prototypes>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="g0O-gH-ArG">
- <rect key="frame" x="0.0" y="28" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="g0O-gH-ArG" id="5tz-Jc-HaC">
- <rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </tableViewCellContentView>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="Xis-Bw-fbU" id="oc7-dy-YkJ"/>
- <outlet property="delegate" destination="Xis-Bw-fbU" id="agT-cN-PjY"/>
- </connections>
- </tableView>
- </tableViewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="Ee8-Oh-Nvd" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- </scene>
- </scenes>
- <resources>
- <image name="contact_icon.png" width="30" height="30"/>
- <image name="function_icon.png" width="30" height="30"/>
- <image name="input_bg.png" width="320" height="86"/>
- <image name="login_bg.png" width="300" height="40"/>
- <image name="login_bg_down.png" width="305" height="42"/>
- <image name="login_header_default.png" width="85" height="85"/>
- <image name="msg_icon.png" width="30" height="30"/>
- <image name="popo.png" width="640" height="210"/>
- <image name="setting_icon.png" width="30" height="30"/>
- </resources>
- <inferredMetricsTieBreakers>
- <segue reference="Ew8-dJ-QX2"/>
- <segue reference="YJE-Mf-7te"/>
- </inferredMetricsTieBreakers>
- </document>
|