| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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="MOWatchHistoryVC">
- <connections>
- <outlet property="bgImgView" destination="Pab-Ih-z1h" id="15a-wW-8Tl"/>
- <outlet property="tableView" destination="ga1-Up-PW2" id="0IQ-XD-oh1"/>
- <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="Pab-Ih-z1h">
- <rect key="frame" x="0.0" y="59" width="393" height="793"/>
- </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="ga1-Up-PW2">
- <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="MAV-5X-LPl"/>
- <outlet property="delegate" destination="-1" id="v9t-kS-zgu"/>
- </connections>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="ga1-Up-PW2" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="2Xm-oE-06f"/>
- <constraint firstAttribute="bottom" secondItem="Pab-Ih-z1h" secondAttribute="bottom" id="3Mp-A5-4BJ"/>
- <constraint firstItem="Pab-Ih-z1h" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="BU0-72-sl4"/>
- <constraint firstItem="ga1-Up-PW2" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="Ffr-qx-XHZ"/>
- <constraint firstAttribute="bottom" secondItem="ga1-Up-PW2" secondAttribute="bottom" id="Oxr-4j-ia8"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="Pab-Ih-z1h" secondAttribute="trailing" id="fcP-w5-eA9"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="ga1-Up-PW2" secondAttribute="trailing" id="nJX-ZM-Cj0"/>
- <constraint firstItem="Pab-Ih-z1h" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="qrQ-pb-QeN"/>
- </constraints>
- <point key="canvasLocation" x="89" y="-11"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|