MOActivityCenterVC.xib 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MOActivityCenterVC">
  13. <connections>
  14. <outlet property="bgImgView" destination="FJb-lE-foh" id="d7N-2A-b2L"/>
  15. <outlet property="tableView" destination="r9Z-Vn-Aa8" id="Vw5-yl-Oeo"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="FJb-lE-foh">
  25. <rect key="frame" x="0.0" y="59" width="393" height="793"/>
  26. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. </imageView>
  28. <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">
  29. <rect key="frame" x="0.0" y="59" width="393" height="793"/>
  30. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <connections>
  32. <outlet property="dataSource" destination="-1" id="OGa-6L-JoW"/>
  33. <outlet property="delegate" destination="-1" id="gaQ-IH-C0Z"/>
  34. </connections>
  35. </tableView>
  36. </subviews>
  37. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  38. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  39. <constraints>
  40. <constraint firstItem="r9Z-Vn-Aa8" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="3EJ-3h-bti"/>
  41. <constraint firstItem="r9Z-Vn-Aa8" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="7xR-2h-iA2"/>
  42. <constraint firstItem="r9Z-Vn-Aa8" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="Aff-gH-hYG"/>
  43. <constraint firstAttribute="bottom" secondItem="FJb-lE-foh" secondAttribute="bottom" id="DQF-sF-QSN"/>
  44. <constraint firstAttribute="bottom" secondItem="r9Z-Vn-Aa8" secondAttribute="bottom" id="E2J-Wm-v5a"/>
  45. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="FJb-lE-foh" secondAttribute="trailing" id="LhM-Em-epD"/>
  46. <constraint firstItem="FJb-lE-foh" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="ZSc-iU-4J0"/>
  47. <constraint firstItem="FJb-lE-foh" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="wd5-YT-syU"/>
  48. </constraints>
  49. <point key="canvasLocation" x="75.572519083969468" y="-12.67605633802817"/>
  50. </view>
  51. </objects>
  52. <resources>
  53. <systemColor name="systemBackgroundColor">
  54. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. </systemColor>
  56. </resources>
  57. </document>