12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MealEvaluateListVC" customModule="ADHTuanCan" customModuleProvider="target">
- <connections>
- <outlet property="tableView" destination="jhE-6z-aEd" id="cPr-xu-8QI"/>
- <outlet property="topCons" destination="p6U-WD-V2e" id="TxM-mx-uaV"/>
- <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>
- <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="jhE-6z-aEd">
- <rect key="frame" x="0.0" y="88" width="393" height="730"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="hWQ-3d-k2i"/>
- <outlet property="delegate" destination="-1" id="d1f-by-GDH"/>
- </connections>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="jhE-6z-aEd" secondAttribute="trailing" id="Esz-gU-vNm"/>
- <constraint firstItem="jhE-6z-aEd" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="Pl3-CY-gzF"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="jhE-6z-aEd" secondAttribute="bottom" id="f4a-kX-rRV"/>
- <constraint firstItem="jhE-6z-aEd" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="88" id="p6U-WD-V2e"/>
- </constraints>
- <point key="canvasLocation" x="56" y="0.0"/>
- </view>
- </objects>
- </document>
|