EepromTemplateController.xib
3.84キロバイト
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="EepromTemplateController">
<connections>
<outlet property="tblResult" destination="ApV-bw-Rn1" id="zPh-Vf-P8V"/>
<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="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tFr-RW-xCk">
<rect key="frame" x="0.0" y="23" width="375" height="44"/>
<items>
<navigationItem title="テンプレート選択" id="9cH-Zh-eej">
<barButtonItem key="leftBarButtonItem" title="戻る" id="u5c-K3-4uI">
<connections>
<action selector="cancelButtonClicked:" destination="-1" id="45e-6T-qfA"/>
</connections>
</barButtonItem>
</navigationItem>
</items>
</navigationBar>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="ApV-bw-Rn1">
<rect key="frame" x="0.0" y="67" width="375" height="600"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</tableView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="tFr-RW-xCk" firstAttribute="leading" secondItem="ApV-bw-Rn1" secondAttribute="leading" id="4cX-M9-u63"/>
<constraint firstItem="tFr-RW-xCk" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="23" id="6cd-hA-zhv"/>
<constraint firstAttribute="bottom" secondItem="ApV-bw-Rn1" secondAttribute="bottom" id="9Qe-KE-6Ho"/>
<constraint firstItem="tFr-RW-xCk" firstAttribute="trailing" secondItem="ApV-bw-Rn1" secondAttribute="trailing" id="FXl-z1-bN7"/>
<constraint firstItem="tFr-RW-xCk" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="NGB-Xr-cIf"/>
<constraint firstAttribute="trailing" secondItem="tFr-RW-xCk" secondAttribute="trailing" id="ZyS-Vn-LV4"/>
<constraint firstItem="ApV-bw-Rn1" firstAttribute="top" secondItem="tFr-RW-xCk" secondAttribute="bottom" id="ad4-Qe-Nod"/>
</constraints>
<point key="canvasLocation" x="24.5" y="52.5"/>
</view>
</objects>
</document>