| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <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="MOActivityCenterVC">
- <connections>
- <outlet property="bgImgView" destination="FJb-lE-foh" id="d7N-2A-b2L"/>
- <outlet property="tableView" destination="r9Z-Vn-Aa8" id="Vw5-yl-Oeo"/>
- <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="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="FJb-lE-foh">
- <rect key="frame" x="0.0" y="59" width="393" height="793"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </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="r9Z-Vn-Aa8">
- <rect key="frame" x="0.0" y="59" width="393" height="793"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="OGa-6L-JoW"/>
- <outlet property="delegate" destination="-1" id="gaQ-IH-C0Z"/>
- </connections>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="r9Z-Vn-Aa8" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="3EJ-3h-bti"/>
- <constraint firstItem="r9Z-Vn-Aa8" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="7xR-2h-iA2"/>
- <constraint firstItem="r9Z-Vn-Aa8" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="Aff-gH-hYG"/>
- <constraint firstAttribute="bottom" secondItem="FJb-lE-foh" secondAttribute="bottom" id="DQF-sF-QSN"/>
- <constraint firstAttribute="bottom" secondItem="r9Z-Vn-Aa8" secondAttribute="bottom" id="E2J-Wm-v5a"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="FJb-lE-foh" secondAttribute="trailing" id="LhM-Em-epD"/>
- <constraint firstItem="FJb-lE-foh" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="ZSc-iU-4J0"/>
- <constraint firstItem="FJb-lE-foh" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="wd5-YT-syU"/>
- </constraints>
- <point key="canvasLocation" x="75.572519083969468" y="-12.67605633802817"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|