BootSettingController.xib
4.77キロバイト
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" 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="BootSettingController">
<connections>
<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="fTM-mh-INi">
<rect key="frame" x="0.0" y="23" width="375" height="44"/>
<items>
<navigationItem title="起動設定" id="gUm-My-XyB">
<barButtonItem key="leftBarButtonItem" title="戻る" id="FKk-cz-oNn">
<connections>
<action selector="cancelButtonClicked:" destination="-1" id="2WK-pK-yx1"/>
</connections>
</barButtonItem>
</navigationItem>
</items>
</navigationBar>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LXt-Fp-Egr">
<rect key="frame" x="149" y="157" width="77" height="30"/>
<state key="normal" title="イメージ1"/>
<connections>
<action selector="selectImage1Clicked:" destination="-1" eventType="touchUpInside" id="3DN-JD-Fh5"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xKp-zn-ktL">
<rect key="frame" x="95" y="97" width="184" height="30"/>
<state key="normal" title="ファームウェア更新モード"/>
<connections>
<action selector="selectImage0Clicked:" destination="-1" eventType="touchUpInside" id="Hfa-rm-ZOf"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="xKp-zn-ktL" firstAttribute="top" secondItem="fTM-mh-INi" secondAttribute="bottom" constant="30" id="1On-Cz-oFe"/>
<constraint firstItem="fTM-mh-INi" firstAttribute="centerX" secondItem="xKp-zn-ktL" secondAttribute="centerX" id="8Vf-o5-eah"/>
<constraint firstAttribute="trailing" secondItem="fTM-mh-INi" secondAttribute="trailing" id="9Fe-2W-A8G"/>
<constraint firstItem="xKp-zn-ktL" firstAttribute="centerX" secondItem="LXt-Fp-Egr" secondAttribute="centerX" id="N6N-OR-fWN"/>
<constraint firstItem="LXt-Fp-Egr" firstAttribute="top" secondItem="xKp-zn-ktL" secondAttribute="bottom" constant="30" id="ZOf-Ae-7hS"/>
<constraint firstItem="fTM-mh-INi" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="iZR-EP-iEa"/>
<constraint firstItem="xKp-zn-ktL" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="kul-HK-4Cd"/>
<constraint firstItem="fTM-mh-INi" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="23" id="m5P-3V-zcJ"/>
<constraint firstItem="LXt-Fp-Egr" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="wEs-z8-waM"/>
</constraints>
</view>
</objects>
</document>