FirmwareDownloadControllerTableViewCell.xib
4.33キロバイト
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
<?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="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" restorationIdentifier="mycell" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" userLabel="Firmware Download Controller Table View Cell" customClass="FirmwareDownloadControllerTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="サブタイトル" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FUj-Q3-Rtz">
<rect key="frame" x="17" y="22" width="303" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="タイトル" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mMs-ai-Esq">
<rect key="frame" x="17" y="4" width="303" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="FUj-Q3-Rtz" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="14" id="Ifu-3l-cZ2"/>
<constraint firstItem="FUj-Q3-Rtz" firstAttribute="leading" secondItem="mMs-ai-Esq" secondAttribute="leading" id="OZM-Dl-ddG"/>
<constraint firstItem="mMs-ai-Esq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="-4" id="bey-do-AaT"/>
<constraint firstAttribute="bottomMargin" secondItem="FUj-Q3-Rtz" secondAttribute="bottom" constant="-7.5" id="hL8-P8-yuW"/>
<constraint firstItem="mMs-ai-Esq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="9" id="kHc-HS-oAw"/>
<constraint firstItem="FUj-Q3-Rtz" firstAttribute="trailing" secondItem="mMs-ai-Esq" secondAttribute="trailing" id="sWv-je-ezI"/>
<constraint firstAttribute="trailing" secondItem="mMs-ai-Esq" secondAttribute="trailing" id="tab-yq-GfI"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="lblSubtitle" destination="FUj-Q3-Rtz" id="y7i-UH-MNh"/>
<outlet property="lblTitle" destination="mMs-ai-Esq" id="ODY-6M-Ul5"/>
</connections>
</tableViewCell>
</objects>
</document>