StudentChangeSchoolVC.xib 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment version="2304" identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="StudentChangeSchoolVC">
  12. <connections>
  13. <outlet property="bottomConst" destination="uyn-FK-jYZ" id="7ht-7i-0sM"/>
  14. <outlet property="confirmBtn" destination="fzf-0Q-M5C" id="fyc-8e-zhK"/>
  15. <outlet property="footerView" destination="2TT-zD-Yi2" id="yug-cU-hD2"/>
  16. <outlet property="tableView" destination="INJ-Sr-Vjo" id="a2G-IA-ONP"/>
  17. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  22. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" contentViewInsetsToSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="INJ-Sr-Vjo">
  26. <rect key="frame" x="0.0" y="0.0" width="414" height="846"/>
  27. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  28. <connections>
  29. <outlet property="dataSource" destination="-1" id="IKP-jq-o4n"/>
  30. <outlet property="delegate" destination="-1" id="xkC-74-7di"/>
  31. </connections>
  32. </tableView>
  33. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2TT-zD-Yi2">
  34. <rect key="frame" x="0.0" y="846" width="414" height="50"/>
  35. <subviews>
  36. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fzf-0Q-M5C">
  37. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  38. <state key="normal" title="同意/拒绝">
  39. <color key="titleColor" systemColor="labelColor"/>
  40. </state>
  41. <connections>
  42. <action selector="confirmAction:" destination="-1" eventType="touchUpInside" id="x8Q-Jl-jhb"/>
  43. </connections>
  44. </button>
  45. </subviews>
  46. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  47. <constraints>
  48. <constraint firstAttribute="height" constant="50" id="BpP-Tp-ryK"/>
  49. <constraint firstItem="fzf-0Q-M5C" firstAttribute="centerY" secondItem="2TT-zD-Yi2" secondAttribute="centerY" id="Fhg-ji-PEy"/>
  50. <constraint firstItem="fzf-0Q-M5C" firstAttribute="centerX" secondItem="2TT-zD-Yi2" secondAttribute="centerX" id="HaX-ut-RyW"/>
  51. <constraint firstItem="fzf-0Q-M5C" firstAttribute="width" secondItem="2TT-zD-Yi2" secondAttribute="width" id="QCC-Ay-hCj"/>
  52. <constraint firstItem="fzf-0Q-M5C" firstAttribute="height" secondItem="2TT-zD-Yi2" secondAttribute="height" id="amo-da-YIb"/>
  53. </constraints>
  54. </view>
  55. </subviews>
  56. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  57. <constraints>
  58. <constraint firstItem="INJ-Sr-Vjo" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="95b-Yd-ee5"/>
  59. <constraint firstAttribute="trailing" secondItem="2TT-zD-Yi2" secondAttribute="trailing" id="EfQ-Wg-Vol"/>
  60. <constraint firstItem="INJ-Sr-Vjo" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="GDA-Ot-zRC"/>
  61. <constraint firstItem="2TT-zD-Yi2" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="KpY-Kp-UvP"/>
  62. <constraint firstAttribute="bottom" secondItem="2TT-zD-Yi2" secondAttribute="bottom" id="Vyq-pb-ZZH"/>
  63. <constraint firstAttribute="trailing" secondItem="INJ-Sr-Vjo" secondAttribute="trailing" id="Wqb-Ah-SFb"/>
  64. <constraint firstAttribute="bottom" secondItem="INJ-Sr-Vjo" secondAttribute="bottom" constant="50" id="uyn-FK-jYZ"/>
  65. </constraints>
  66. <point key="canvasLocation" x="137.68115942028987" y="79.6875"/>
  67. </view>
  68. </objects>
  69. <resources>
  70. <systemColor name="labelColor">
  71. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  72. </systemColor>
  73. <systemColor name="systemBackgroundColor">
  74. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  75. </systemColor>
  76. </resources>
  77. </document>