Skip to content

Commit c4d3344

Browse files
Revert "IRKitデバイスプラグインのiPad用設定画面のレイアウト調整"
This reverts commit 76ed75e.
1 parent 76ed75e commit c4d3344

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

dConnectDevicePlugin/dConnectDeviceIRKit/dConnectDeviceIRKit/Resources/Base.lproj/Storyboard_iPad.storyboard

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="vA2-Yc-ReR">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="vA2-Yc-ReR">
33
<device id="ipad9_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
99
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>
@@ -43,19 +43,18 @@
4343
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
4444
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
4545
</tableView>
46-
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qNy-SW-3fT">
47-
<rect key="frame" x="0.0" y="980" width="768" height="44"/>
46+
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qNy-SW-3fT">
47+
<rect key="frame" x="-109" y="980" width="877" height="44"/>
48+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
4849
<items>
4950
<barButtonItem style="plain" systemItem="flexibleSpace" id="LNA-po-koG"/>
5051
<barButtonItem title="追加" id="D0e-py-JHL">
51-
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
5252
<connections>
5353
<action selector="addVirtualDevice:" destination="WBJ-9Q-AJJ" id="PLh-S1-D5v"/>
5454
</connections>
5555
</barButtonItem>
5656
<barButtonItem style="plain" systemItem="flexibleSpace" id="qCi-nb-FhV"/>
5757
<barButtonItem title="削除" id="bkk-lv-flc">
58-
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
5958
<connections>
6059
<action selector="deleteVirtualDevice:" destination="WBJ-9Q-AJJ" id="z9z-Er-Fm5"/>
6160
</connections>
@@ -65,11 +64,6 @@
6564
</toolbar>
6665
</subviews>
6766
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
68-
<constraints>
69-
<constraint firstItem="qNy-SW-3fT" firstAttribute="leading" secondItem="7S0-OM-lMF" secondAttribute="leading" id="C8M-bV-mn4"/>
70-
<constraint firstItem="qNy-SW-3fT" firstAttribute="bottom" secondItem="7S0-OM-lMF" secondAttribute="bottomMargin" id="ZLu-sW-ozu"/>
71-
<constraint firstAttribute="trailing" secondItem="qNy-SW-3fT" secondAttribute="trailing" id="tOD-8S-NpM"/>
72-
</constraints>
7367
</view>
7468
<toolbarItems/>
7569
<navigationItem key="navigationItem" id="Wpx-LF-uNS"/>
@@ -99,8 +93,8 @@
9993
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
10094
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
10195
<subviews>
102-
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="9Zg-nz-AQv">
103-
<rect key="frame" x="4" y="0.0" width="760" height="1024"/>
96+
<tableView clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="9Zg-nz-AQv">
97+
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
10498
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
10599
</tableView>
106100
</subviews>

0 commit comments

Comments
 (0)