Skip to content

Commit 4700c63

Browse files
Merge pull request #261 from TakayukiHoshi1984/modify_irkit_ipad_setting
IRKitデバイスプラグインのiPad用設定画面のレイアウト調整
2 parents 4cd1fe5 + 56e881f commit 4700c63

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

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

Lines changed: 13 additions & 7 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="11762" systemVersion="16D32" 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="12120" systemVersion="16F73" 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="11757"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
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,18 +43,19 @@
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" 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"/>
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"/>
4948
<items>
5049
<barButtonItem style="plain" systemItem="flexibleSpace" id="LNA-po-koG"/>
5150
<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"/>
5859
<connections>
5960
<action selector="deleteVirtualDevice:" destination="WBJ-9Q-AJJ" id="z9z-Er-Fm5"/>
6061
</connections>
@@ -64,6 +65,11 @@
6465
</toolbar>
6566
</subviews>
6667
<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>
6773
</view>
6874
<toolbarItems/>
6975
<navigationItem key="navigationItem" id="Wpx-LF-uNS"/>
@@ -93,8 +99,8 @@
9399
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
94100
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
95101
<subviews>
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"/>
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"/>
98104
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
99105
</tableView>
100106
</subviews>

0 commit comments

Comments
 (0)