FirmwareDownloadController.xib
5.06キロバイト
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
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FirmwareDownloadController">
<connections>
<outlet property="lblPercentComplete" destination="Mjh-27-eGB" id="13E-30-jj7"/>
<outlet property="tblFirmware" destination="erf-sK-RX7" id="tcE-GL-fEf"/>
<outlet property="view" destination="xbi-n3-MOM" id="qjE-58-VqO"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="xbi-n3-MOM">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="erf-sK-RX7">
<rect key="frame" x="0.0" y="114" width="375" height="553"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</tableView>
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Oce-KB-tk0">
<rect key="frame" x="0.0" y="23" width="375" height="44"/>
<items>
<navigationItem title="ファームウェアDL" id="iQA-Ru-iNE">
<barButtonItem key="leftBarButtonItem" title="戻る" id="feZ-vp-UB8">
<connections>
<action selector="cancelButtonClicked:" destination="-1" id="BbS-7p-KWV"/>
</connections>
</barButtonItem>
</navigationItem>
</items>
</navigationBar>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Mjh-27-eGB">
<rect key="frame" x="0.0" y="85" width="375" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="sgi-RD-ywG"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="erf-sK-RX7" firstAttribute="trailing" secondItem="Mjh-27-eGB" secondAttribute="trailing" id="8cr-0D-Wsn"/>
<constraint firstItem="Mjh-27-eGB" firstAttribute="top" secondItem="Oce-KB-tk0" secondAttribute="bottom" constant="18" id="ChU-4v-QTf"/>
<constraint firstItem="erf-sK-RX7" firstAttribute="top" secondItem="Mjh-27-eGB" secondAttribute="bottom" constant="8" symbolic="YES" id="F4t-w2-3Ki"/>
<constraint firstItem="erf-sK-RX7" firstAttribute="leading" secondItem="Mjh-27-eGB" secondAttribute="leading" id="JEl-P9-VO6"/>
<constraint firstAttribute="trailing" secondItem="erf-sK-RX7" secondAttribute="trailing" id="KGd-4x-ijs"/>
<constraint firstAttribute="bottom" secondItem="erf-sK-RX7" secondAttribute="bottom" id="Kyb-Se-oRR"/>
<constraint firstItem="Oce-KB-tk0" firstAttribute="top" secondItem="xbi-n3-MOM" secondAttribute="top" constant="23" id="WZ0-1l-eIW"/>
<constraint firstItem="Oce-KB-tk0" firstAttribute="trailing" secondItem="Mjh-27-eGB" secondAttribute="trailing" id="bVM-cw-kfp"/>
<constraint firstItem="erf-sK-RX7" firstAttribute="leading" secondItem="xbi-n3-MOM" secondAttribute="leading" id="fXw-QY-PLy"/>
<constraint firstItem="Oce-KB-tk0" firstAttribute="leading" secondItem="Mjh-27-eGB" secondAttribute="leading" id="zmz-jd-CrP"/>
</constraints>
<point key="canvasLocation" x="-203.5" y="147.5"/>
</view>
</objects>
</document>