MOWatchHistoryVC.xib 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="MOWatchHistoryVC">
  13. <connections>
  14. <outlet property="bgImgView" destination="Pab-Ih-z1h" id="15a-wW-8Tl"/>
  15. <outlet property="tableView" destination="ga1-Up-PW2" id="0IQ-XD-oh1"/>
  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="Pab-Ih-z1h">
  25. <rect key="frame" x="0.0" y="59" width="393" height="793"/>
  26. </imageView>
  27. <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="ga1-Up-PW2">
  28. <rect key="frame" x="0.0" y="59" width="393" height="793"/>
  29. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <connections>
  31. <outlet property="dataSource" destination="-1" id="MAV-5X-LPl"/>
  32. <outlet property="delegate" destination="-1" id="v9t-kS-zgu"/>
  33. </connections>
  34. </tableView>
  35. </subviews>
  36. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  37. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  38. <constraints>
  39. <constraint firstItem="ga1-Up-PW2" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="2Xm-oE-06f"/>
  40. <constraint firstAttribute="bottom" secondItem="Pab-Ih-z1h" secondAttribute="bottom" id="3Mp-A5-4BJ"/>
  41. <constraint firstItem="Pab-Ih-z1h" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="BU0-72-sl4"/>
  42. <constraint firstItem="ga1-Up-PW2" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="Ffr-qx-XHZ"/>
  43. <constraint firstAttribute="bottom" secondItem="ga1-Up-PW2" secondAttribute="bottom" id="Oxr-4j-ia8"/>
  44. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="Pab-Ih-z1h" secondAttribute="trailing" id="fcP-w5-eA9"/>
  45. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="ga1-Up-PW2" secondAttribute="trailing" id="nJX-ZM-Cj0"/>
  46. <constraint firstItem="Pab-Ih-z1h" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="qrQ-pb-QeN"/>
  47. </constraints>
  48. <point key="canvasLocation" x="89" y="-11"/>
  49. </view>
  50. </objects>
  51. <resources>
  52. <systemColor name="systemBackgroundColor">
  53. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  54. </systemColor>
  55. </resources>
  56. </document>