Files
DiffableDataSources/Examples/Example-iOS/TopViewController.xib
T
2019-06-24 12:03:35 +09:00

40 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<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="TopViewController" customModule="Example_iOS" customModuleProvider="target">
<connections>
<outlet property="tableView" destination="tX9-V1-EJv" id="EHH-CF-6fE"/>
<outlet property="view" destination="Ude-8O-7bT" id="VCy-jI-QZK"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="Ude-8O-7bT">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="tX9-V1-EJv">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tableView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="tX9-V1-EJv" secondAttribute="bottom" id="0fN-0u-kPN"/>
<constraint firstItem="tX9-V1-EJv" firstAttribute="top" secondItem="Ude-8O-7bT" secondAttribute="top" id="NML-7Q-dfc"/>
<constraint firstItem="tX9-V1-EJv" firstAttribute="leading" secondItem="Ude-8O-7bT" secondAttribute="leading" id="h66-Ya-k2Y"/>
<constraint firstAttribute="trailing" secondItem="tX9-V1-EJv" secondAttribute="trailing" id="phG-hF-KAp"/>
</constraints>
<viewLayoutGuide key="safeArea" id="iZn-f5-WVt"/>
<point key="canvasLocation" x="68" y="141"/>
</view>
</objects>
</document>