Skip to content

Commit a015887

Browse files
BrowserのSegueの修正
## 更新内容 * BrowserのSegueの修正
1 parent 612ac05 commit a015887

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

  • dConnectSDK/dConnectBrowserForIOS9/dConnectBrowserForIOS9/Base.lproj

dConnectSDK/dConnectBrowserForIOS9/dConnectBrowserForIOS9/Base.lproj/Main.storyboard

Lines changed: 8 additions & 4 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="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="sIh-io-mcp">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="sIh-io-mcp">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
99
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
1010
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
1111
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -181,6 +181,7 @@
181181
<action selector="backNormal:" destination="zLJ-M4-k7r" eventType="touchCancel" id="xol-Cg-t7F"/>
182182
<action selector="didTapItem:" destination="zLJ-M4-k7r" eventType="touchUpInside" id="k6B-Bf-Xdc"/>
183183
<action selector="didTouchDown:" destination="zLJ-M4-k7r" eventType="touchDown" id="dmd-Zn-QYO"/>
184+
<segue destination="c6t-gf-O0Y" kind="show" identifier="OpenDeviceList" id="qHh-qH-8uG"/>
184185
</connections>
185186
</button>
186187
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="deviceDetailButton" translatesAutoresizingMaskIntoConstraints="NO" id="nR5-yt-GWp">
@@ -299,7 +300,7 @@
299300
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
300301
<state key="normal" image="deviceIcon"/>
301302
<connections>
302-
<segue destination="c6t-gf-O0Y" kind="presentation" id="fhr-6R-xY9"/>
303+
<segue destination="c6t-gf-O0Y" kind="presentation" identifier="" id="fhr-6R-xY9"/>
303304
</connections>
304305
</button>
305306
</barButtonItem>
@@ -644,7 +645,7 @@
644645
<rect key="frame" x="0.0" y="175.5" width="375" height="60"/>
645646
<autoresizingMask key="autoresizingMask"/>
646647
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Qbx-Ki-vih" id="KAM-xC-0Ke">
647-
<rect key="frame" x="0.0" y="0.0" width="342" height="59.5"/>
648+
<rect key="frame" x="0.0" y="0.0" width="341" height="59.5"/>
648649
<autoresizingMask key="autoresizingMask"/>
649650
<subviews>
650651
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6pG-6J-PTL">
@@ -728,4 +729,7 @@
728729
<image name="settings" width="40" height="40"/>
729730
<image name="wifi_on" width="30" height="30"/>
730731
</resources>
732+
<inferredMetricsTieBreakers>
733+
<segue reference="qHh-qH-8uG"/>
734+
</inferredMetricsTieBreakers>
731735
</document>

0 commit comments

Comments
 (0)