| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
- <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="MOGuildApplyVC">
- <connections>
- <outlet property="bgImgView" destination="Y8M-w9-d7F" id="tLL-Ue-fya"/>
- <outlet property="tableView" destination="JYK-ZV-WCT" id="Dzx-ps-aIT"/>
- <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>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Y8M-w9-d7F">
- <rect key="frame" x="0.0" y="118" width="393" height="734"/>
- </imageView>
- <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">
- <rect key="frame" x="0.0" y="118" width="393" height="734"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="gyf-xg-vTu"/>
- <outlet property="delegate" destination="-1" id="COY-4W-TVT"/>
- </connections>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="Y8M-w9-d7F" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="H1N-dN-Eix"/>
- <constraint firstAttribute="bottom" secondItem="Y8M-w9-d7F" secondAttribute="bottom" id="N6k-PW-yGT"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="Y8M-w9-d7F" secondAttribute="trailing" id="QxX-FX-V5K"/>
- <constraint firstItem="JYK-ZV-WCT" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="fk8-lp-QT9"/>
- <constraint firstItem="Y8M-w9-d7F" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="gHm-Im-iFp"/>
- <constraint firstItem="JYK-ZV-WCT" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="gKw-tw-RXI"/>
- <constraint firstAttribute="bottom" secondItem="JYK-ZV-WCT" secondAttribute="bottom" id="hOP-pd-PGQ"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="JYK-ZV-WCT" secondAttribute="trailing" id="rRw-6n-X42"/>
- </constraints>
- <point key="canvasLocation" x="132" y="-11"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|