123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <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="StudentChangeSchoolVC">
- <connections>
- <outlet property="bottomConst" destination="Vyq-pb-ZZH" id="v1Q-dH-Mur"/>
- <outlet property="confirmBtn" destination="fzf-0Q-M5C" id="fyc-8e-zhK"/>
- <outlet property="footerView" destination="2TT-zD-Yi2" id="yug-cU-hD2"/>
- <outlet property="tableView" destination="INJ-Sr-Vjo" id="a2G-IA-ONP"/>
- <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="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" contentViewInsetsToSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="INJ-Sr-Vjo">
- <rect key="frame" x="0.0" y="0.0" width="414" height="846"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="IKP-jq-o4n"/>
- <outlet property="delegate" destination="-1" id="xkC-74-7di"/>
- </connections>
- </tableView>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2TT-zD-Yi2">
- <rect key="frame" x="0.0" y="846" width="414" height="50"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fzf-0Q-M5C">
- <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
- <color key="backgroundColor" red="0.52549019607843139" green="0.80000000000000004" blue="0.27843137254901962" alpha="1" colorSpace="calibratedRGB"/>
- <state key="normal" title="同意/拒绝">
- <color key="titleColor" systemColor="labelColor"/>
- </state>
- <connections>
- <action selector="confirmAction:" destination="-1" eventType="touchUpInside" id="x8Q-Jl-jhb"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="BpP-Tp-ryK"/>
- <constraint firstItem="fzf-0Q-M5C" firstAttribute="centerY" secondItem="2TT-zD-Yi2" secondAttribute="centerY" id="Fhg-ji-PEy"/>
- <constraint firstItem="fzf-0Q-M5C" firstAttribute="centerX" secondItem="2TT-zD-Yi2" secondAttribute="centerX" id="HaX-ut-RyW"/>
- <constraint firstItem="fzf-0Q-M5C" firstAttribute="width" secondItem="2TT-zD-Yi2" secondAttribute="width" id="QCC-Ay-hCj"/>
- <constraint firstItem="fzf-0Q-M5C" firstAttribute="height" secondItem="2TT-zD-Yi2" secondAttribute="height" id="amo-da-YIb"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="INJ-Sr-Vjo" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="95b-Yd-ee5"/>
- <constraint firstAttribute="trailing" secondItem="2TT-zD-Yi2" secondAttribute="trailing" id="EfQ-Wg-Vol"/>
- <constraint firstItem="INJ-Sr-Vjo" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="GDA-Ot-zRC"/>
- <constraint firstItem="2TT-zD-Yi2" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="KpY-Kp-UvP"/>
- <constraint firstAttribute="bottom" secondItem="2TT-zD-Yi2" secondAttribute="bottom" id="Vyq-pb-ZZH"/>
- <constraint firstAttribute="trailing" secondItem="INJ-Sr-Vjo" secondAttribute="trailing" id="Wqb-Ah-SFb"/>
- <constraint firstItem="2TT-zD-Yi2" firstAttribute="top" secondItem="INJ-Sr-Vjo" secondAttribute="bottom" id="dwt-un-VwD"/>
- </constraints>
- <point key="canvasLocation" x="137.68115942028987" y="79.6875"/>
- </view>
- </objects>
- <resources>
- <systemColor name="labelColor">
- <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|