InputMotorController.xib
6.54キロバイト
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?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="InputMotorController">
<connections>
<outlet property="btn0" destination="y6L-Z8-PBp" id="0If-yX-pUs"/>
<outlet property="btn1" destination="N8B-HG-KJu" id="Qjf-65-PYn"/>
<outlet property="btn2" destination="YiN-Ek-vti" id="Fng-yV-kXC"/>
<outlet property="view" destination="9aV-RW-OZ8" id="LHe-HA-LNf"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="9aV-RW-OZ8">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="y6L-Z8-PBp">
<rect key="frame" x="172" y="97" width="30" height="30"/>
<state key="normal" title="OFF"/>
<connections>
<action selector="btn0:" destination="-2" eventType="touchUpInside" id="ASw-mk-2I6"/>
<action selector="btn0:" destination="-1" eventType="touchUpInside" id="eTs-nj-jCz"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="N8B-HG-KJu">
<rect key="frame" x="89" y="157" width="197" height="30"/>
<state key="normal" title="ON 0 (iOSホームボタン押し)"/>
<connections>
<action selector="btn1:" destination="-2" eventType="touchUpInside" id="VWj-L6-FAy"/>
<action selector="btn1:" destination="-1" eventType="touchUpInside" id="i5s-rG-fdC"/>
</connections>
</button>
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8X3-1K-oyZ">
<rect key="frame" x="0.0" y="23" width="375" height="44"/>
<items>
<navigationItem title="モーターの設定" id="JpB-f0-A8S">
<barButtonItem key="leftBarButtonItem" title="戻る" id="QfV-3b-uNb">
<connections>
<action selector="cancelButtonClicked:" destination="-1" id="kSA-tc-wgg"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" title="保存" id="Jvg-is-ZAy">
<connections>
<action selector="saveButtonClicked:" destination="-1" id="xkU-dg-36I"/>
</connections>
</barButtonItem>
</navigationItem>
</items>
</navigationBar>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YiN-Ek-vti">
<rect key="frame" x="61" y="217" width="253" height="30"/>
<state key="normal" title="ON 1(ANDRIODホームボタン押し)"/>
<connections>
<action selector="btn2:" destination="-1" eventType="touchUpInside" id="avV-Oc-oJQ"/>
<action selector="btn2:" destination="-2" eventType="touchUpInside" id="yzK-gg-Icl"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="y6L-Z8-PBp" firstAttribute="top" secondItem="8X3-1K-oyZ" secondAttribute="bottom" constant="30" id="1IP-9d-ZtC"/>
<constraint firstItem="N8B-HG-KJu" firstAttribute="top" secondItem="y6L-Z8-PBp" secondAttribute="bottom" constant="30" id="ExD-uU-gJa"/>
<constraint firstItem="8X3-1K-oyZ" firstAttribute="centerX" secondItem="y6L-Z8-PBp" secondAttribute="centerX" id="JPi-Xc-I0P"/>
<constraint firstItem="YiN-Ek-vti" firstAttribute="top" secondItem="N8B-HG-KJu" secondAttribute="bottom" constant="30" id="O9g-kB-Qwr"/>
<constraint firstItem="y6L-Z8-PBp" firstAttribute="top" secondItem="8X3-1K-oyZ" secondAttribute="bottom" constant="30" id="ZmM-NH-pzR"/>
<constraint firstItem="N8B-HG-KJu" firstAttribute="centerX" secondItem="9aV-RW-OZ8" secondAttribute="centerX" id="apJ-QU-yP3"/>
<constraint firstItem="8X3-1K-oyZ" firstAttribute="top" secondItem="9aV-RW-OZ8" secondAttribute="top" constant="23" id="hqq-Uz-88D"/>
<constraint firstItem="YiN-Ek-vti" firstAttribute="centerX" secondItem="9aV-RW-OZ8" secondAttribute="centerX" id="kg8-xM-aVZ"/>
<constraint firstAttribute="trailing" secondItem="8X3-1K-oyZ" secondAttribute="trailing" id="lb2-Nl-Lmt"/>
<constraint firstItem="8X3-1K-oyZ" firstAttribute="leading" secondItem="9aV-RW-OZ8" secondAttribute="leading" id="xcc-yg-Zzi"/>
<constraint firstItem="y6L-Z8-PBp" firstAttribute="centerX" secondItem="9aV-RW-OZ8" secondAttribute="centerX" id="z3G-w1-vpt"/>
</constraints>
<point key="canvasLocation" x="-67" y="-73"/>
</view>
</objects>
</document>