MOGuildApplyVC.xib 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  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="MOGuildApplyVC">
  12. <connections>
  13. <outlet property="bgImgView" destination="Y8M-w9-d7F" id="tLL-Ue-fya"/>
  14. <outlet property="tableView" destination="JYK-ZV-WCT" id="Dzx-ps-aIT"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Y8M-w9-d7F">
  24. <rect key="frame" x="0.0" y="118" width="393" height="734"/>
  25. </imageView>
  26. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="JYK-ZV-WCT">
  27. <rect key="frame" x="0.0" y="118" width="393" height="734"/>
  28. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <connections>
  30. <outlet property="dataSource" destination="-1" id="gyf-xg-vTu"/>
  31. <outlet property="delegate" destination="-1" id="COY-4W-TVT"/>
  32. </connections>
  33. </tableView>
  34. </subviews>
  35. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  36. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  37. <constraints>
  38. <constraint firstItem="Y8M-w9-d7F" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="H1N-dN-Eix"/>
  39. <constraint firstAttribute="bottom" secondItem="Y8M-w9-d7F" secondAttribute="bottom" id="N6k-PW-yGT"/>
  40. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="Y8M-w9-d7F" secondAttribute="trailing" id="QxX-FX-V5K"/>
  41. <constraint firstItem="JYK-ZV-WCT" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="fk8-lp-QT9"/>
  42. <constraint firstItem="Y8M-w9-d7F" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="gHm-Im-iFp"/>
  43. <constraint firstItem="JYK-ZV-WCT" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="gKw-tw-RXI"/>
  44. <constraint firstAttribute="bottom" secondItem="JYK-ZV-WCT" secondAttribute="bottom" id="hOP-pd-PGQ"/>
  45. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="JYK-ZV-WCT" secondAttribute="trailing" id="rRw-6n-X42"/>
  46. </constraints>
  47. <point key="canvasLocation" x="132" y="-11"/>
  48. </view>
  49. </objects>
  50. <resources>
  51. <systemColor name="systemBackgroundColor">
  52. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. </systemColor>
  54. </resources>
  55. </document>