Main.storyboard 12キロバイト
<?xml version="1.0" encoding="UTF-8"?>
<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="Jcl-sF-EGT">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--BLEの検索-->
        <scene sceneID="tne-QT-ifu">
            <objects>
                <viewController id="BYZ-38-t0r" userLabel="BLEの検索" customClass="BleSearchViewController" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zgC-Yy-hfH">
                                <rect key="frame" x="146" y="318.5" width="83" height="30"/>
                                <constraints>
                                    <constraint firstAttribute="width" constant="83" id="Qng-i0-OaI"/>
                                </constraints>
                                <state key="normal" title="Scan"/>
                                <connections>
                                    <action selector="btnConnectClicked:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Qar-ro-0Px"/>
                                </connections>
                            </button>
                            <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="tJd-HG-X4C">
                                <rect key="frame" x="177.5" y="274.5" width="20" height="20"/>
                            </activityIndicatorView>
                        </subviews>
                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstItem="zgC-Yy-hfH" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="3Jq-Zt-IcV"/>
                            <constraint firstItem="tJd-HG-X4C" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="mt3-aS-n2r"/>
                            <constraint firstItem="zgC-Yy-hfH" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="wCI-lZ-WuA"/>
                            <constraint firstItem="zgC-Yy-hfH" firstAttribute="top" secondItem="tJd-HG-X4C" secondAttribute="bottom" constant="24" id="wkQ-pr-QRo"/>
                        </constraints>
                    </view>
                    <navigationItem key="navigationItem" title="BLEの検索" id="SM2-MW-czc"/>
                    <connections>
                        <outlet property="activityScanning" destination="tJd-HG-X4C" id="yK2-cc-98U"/>
                        <segue destination="fry-cf-FRa" kind="show" identifier="idSegueBleDeviceList" id="lA6-Ow-MYV"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="905" y="429"/>
        </scene>
        <!--BLE検索の結果-->
        <scene sceneID="KmE-QO-shw">
            <objects>
                <tableViewController id="fry-cf-FRa" customClass="BleSearchResultTableViewController" sceneMemberID="viewController">
                    <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="58" sectionHeaderHeight="28" sectionFooterHeight="28" id="Fuw-mT-WaZ">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <prototypes>
                            <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="cell_uuid" rowHeight="58" id="u9M-5X-FJa" customClass="BleSearchResultTableViewCell">
                                <rect key="frame" x="0.0" y="28" width="375" height="58"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="u9M-5X-FJa" id="QlV-zH-myQ">
                                    <rect key="frame" x="0.0" y="0.0" width="375" height="57.5"/>
                                    <autoresizingMask key="autoresizingMask"/>
                                    <subviews>
                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NAME" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cy4-HT-u0h" userLabel="lblName">
                                            <rect key="frame" x="15" y="31" width="47.5" height="21"/>
                                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <nil key="highlightedColor"/>
                                        </label>
                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RSSI" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uxz-0k-13E" userLabel="lblRssi">
                                            <rect key="frame" x="331" y="31" width="36" height="21"/>
                                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <nil key="highlightedColor"/>
                                        </label>
                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="UUID" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yFY-1X-zf0" userLabel="lblUuid">
                                            <rect key="frame" x="15" y="8" width="41" height="21"/>
                                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <nil key="highlightedColor"/>
                                        </label>
                                    </subviews>
                                    <constraints>
                                        <constraint firstItem="uxz-0k-13E" firstAttribute="trailing" secondItem="QlV-zH-myQ" secondAttribute="trailingMargin" id="9jN-I7-d6c"/>
                                        <constraint firstItem="yFY-1X-zf0" firstAttribute="leading" secondItem="QlV-zH-myQ" secondAttribute="leadingMargin" constant="7" id="Rfv-3G-4z8"/>
                                        <constraint firstItem="cy4-HT-u0h" firstAttribute="top" secondItem="yFY-1X-zf0" secondAttribute="bottom" constant="2" id="VH3-9l-3uB"/>
                                        <constraint firstItem="yFY-1X-zf0" firstAttribute="top" secondItem="QlV-zH-myQ" secondAttribute="topMargin" id="WRh-y7-Cqq"/>
                                        <constraint firstItem="cy4-HT-u0h" firstAttribute="leading" secondItem="QlV-zH-myQ" secondAttribute="leadingMargin" constant="7" id="bBQ-ig-FHF"/>
                                        <constraint firstItem="uxz-0k-13E" firstAttribute="top" secondItem="QlV-zH-myQ" secondAttribute="topMargin" constant="23" id="j78-Oo-gNJ"/>
                                    </constraints>
                                </tableViewCellContentView>
                                <connections>
                                    <outlet property="lblName" destination="cy4-HT-u0h" id="41U-YR-Li5"/>
                                    <outlet property="lblRssi" destination="uxz-0k-13E" id="bfk-7L-SSb"/>
                                    <outlet property="lblUuid" destination="yFY-1X-zf0" id="ziK-NG-Pat"/>
                                </connections>
                            </tableViewCell>
                        </prototypes>
                        <connections>
                            <outlet property="dataSource" destination="fry-cf-FRa" id="dJJ-jv-0L6"/>
                            <outlet property="delegate" destination="fry-cf-FRa" id="tlY-sa-np3"/>
                        </connections>
                    </tableView>
                    <navigationItem key="navigationItem" title="BLE検索の結果" id="1pT-1a-7lI"/>
                </tableViewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="3rJ-4N-e5U" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1781" y="429"/>
        </scene>
        <!--Navigation Controller-->
        <scene sceneID="GkI-08-L2I">
            <objects>
                <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Jcl-sF-EGT" sceneMemberID="viewController">
                    <toolbarItems/>
                    <navigationBar key="navigationBar" contentMode="scaleToFill" id="D8Z-ZJ-H0D">
                        <rect key="frame" x="0.0" y="20" width="375" height="44"/>
                        <autoresizingMask key="autoresizingMask"/>
                    </navigationBar>
                    <nil name="viewControllers"/>
                    <connections>
                        <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="W7D-eH-hFH"/>
                    </connections>
                </navigationController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="xz5-Ay-Tlj" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="93" y="429"/>
        </scene>
    </scenes>
</document>