diff options
| author | Tim Redfern <tim@Adaptics.local> | 2013-09-18 17:28:16 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@Adaptics.local> | 2013-09-18 17:28:16 +0100 |
| commit | 31b03c8a1234b966ec56f5da316d93a9259c5d71 (patch) | |
| tree | 765de64c5cb766703beac87bdccf61a739cd3be1 /sampleclient/MainStoryboard.storyboard | |
initial commit
Diffstat (limited to 'sampleclient/MainStoryboard.storyboard')
| -rwxr-xr-x | sampleclient/MainStoryboard.storyboard | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/sampleclient/MainStoryboard.storyboard b/sampleclient/MainStoryboard.storyboard new file mode 100755 index 0000000..908994a --- /dev/null +++ b/sampleclient/MainStoryboard.storyboard @@ -0,0 +1,195 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="3084" systemVersion="12D78" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="chw-46-jAo"> + <dependencies> + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="2083"/> + </dependencies> + <scenes> + <!--Scan Controller - Select Device--> + <scene sceneID="IfQ-sd-xu9"> + <objects> + <viewController id="hDM-Al-XXx" customClass="ScanController" sceneMemberID="viewController"> + <view key="view" contentMode="scaleToFill" id="e7o-wp-2MY"> + <rect key="frame" x="0.0" y="64" width="320" height="416"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <subviews> + <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="kd5-hv-IOF"> + <rect key="frame" x="0.0" y="0.0" width="320" height="355"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> + <prototypes> + <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Reuse Identifier" id="Czi-yq-CF3"> + <rect key="frame" x="0.0" y="22" width="320" height="44"/> + <autoresizingMask key="autoresizingMask"/> + <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> + <rect key="frame" x="0.0" y="0.0" width="300" height="43"/> + <autoresizingMask key="autoresizingMask"/> + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> + </view> + <connections> + <segue destination="6Co-CY-QOi" kind="push" identifier="cellSegue" id="96p-O4-0cc"/> + </connections> + </tableViewCell> + </prototypes> + <connections> + <outlet property="dataSource" destination="hDM-Al-XXx" id="ZMe-u1-iMV"/> + <outlet property="delegate" destination="hDM-Al-XXx" id="E2h-qb-9lG"/> + </connections> + </tableView> + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="NdL-GX-MJW"> + <rect key="frame" x="20" y="368" width="120" height="37"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> + <state key="normal" title="Scan"> + <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> + </state> + <state key="highlighted"> + <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> + </state> + <connections> + <action selector="startScanButton:" destination="hDM-Al-XXx" eventType="touchUpInside" id="cU9-KC-SXC"/> + </connections> + </button> + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="dUj-0w-c6F"> + <rect key="frame" x="180" y="368" width="120" height="37"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> + <state key="normal" title="Stop Scan"> + <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> + </state> + <state key="highlighted"> + <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> + </state> + <connections> + <action selector="stopScanButton:" destination="hDM-Al-XXx" eventType="touchUpInside" id="Ppt-sS-SNt"/> + </connections> + </button> + </subviews> + <color key="backgroundColor" cocoaTouchSystemColor="scrollViewTexturedBackgroundColor"/> + </view> + <navigationItem key="navigationItem" title="Select Device" id="3Jc-oH-x5M"/> + <connections> + <outlet property="_deviceTableView" destination="kd5-hv-IOF" id="qJw-EN-Buo"/> + <outlet property="_scanButton" destination="NdL-GX-MJW" id="1AQ-Ik-LGI"/> + </connections> + </viewController> + <placeholder placeholderIdentifier="IBFirstResponder" id="C8G-bR-zgH" userLabel="First Responder" sceneMemberID="firstResponder"/> + </objects> + <point key="canvasLocation" x="492" y="-143"/> + </scene> + <!--Connection Controller--> + <scene sceneID="sXX-xB-gIc"> + <objects> + <viewController id="6Co-CY-QOi" customClass="ConnectionController" sceneMemberID="viewController"> + <view key="view" contentMode="scaleToFill" id="gwo-2B-OZu"> + <rect key="frame" x="0.0" y="64" width="320" height="416"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <subviews> + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="ecM-M5-w4n"> + <rect key="frame" x="108" y="369" width="105" height="44"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/> + <state key="normal" title="Disconnect"> + <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/> + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> + </state> + <state key="highlighted"> + <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> + </state> + <connections> + <action selector="getSettings:" destination="6Co-CY-QOi" eventType="touchUpInside" id="ul8-L4-zrT"/> + </connections> + </button> + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" indicatorStyle="black" editable="NO" id="cGV-n4-9ji" userLabel="textView"> + <rect key="frame" x="5" y="5" width="310" height="205"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> + <fontDescription key="fontDescription" type="system" pointSize="14"/> + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> + <connections> + <outlet property="delegate" destination="6Co-CY-QOi" id="HUH-im-eDb"/> + </connections> + </textView> + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Weight:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="OZ5-9M-I1x" userLabel="label1"> + <rect key="frame" x="20" y="246" width="58" height="21"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="system" pointSize="17"/> + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> + <nil key="highlightedColor"/> + </label> + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Battery:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="5km-Vi-7hx" userLabel="label3"> + <rect key="frame" x="20" y="275" width="59" height="21"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="system" pointSize="17"/> + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> + <nil key="highlightedColor"/> + </label> + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="zKS-cw-AQg" userLabel="label2"> + <rect key="frame" x="86" y="246" width="42" height="21"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="system" pointSize="17"/> + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> + <nil key="highlightedColor"/> + </label> + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ydm-ls-dqM" userLabel="label4"> + <rect key="frame" x="86" y="275" width="42" height="21"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <fontDescription key="fontDescription" type="system" pointSize="17"/> + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> + <nil key="highlightedColor"/> + </label> + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Ea1-A6-mdk" userLabel="label5"> + <rect key="frame" x="192" y="258" width="42" height="21"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <accessibility key="accessibilityConfiguration"> + <accessibilityTraits key="traits" none="YES"/> + </accessibility> + <fontDescription key="fontDescription" type="system" pointSize="17"/> + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> + <nil key="highlightedColor"/> + </label> + </subviews> + <color key="backgroundColor" cocoaTouchSystemColor="scrollViewTexturedBackgroundColor"/> + <gestureRecognizers/> + </view> + <toolbarItems/> + <navigationItem key="navigationItem" id="uLf-vX-Maj"/> + <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/> + <connections> + <outlet property="batteryLabel" destination="5km-Vi-7hx" id="zkS-Uk-m5d"/> + <outlet property="batteryReading" destination="ydm-ls-dqM" id="FbC-49-5sj"/> + <outlet property="buttonGetSettings" destination="ecM-M5-w4n" id="V6s-Cg-nxq"/> + <outlet property="buttonReading" destination="Ea1-A6-mdk" id="vab-Ze-c7Z"/> + <outlet property="disconnectButton" destination="ecM-M5-w4n" id="xbP-mt-QDZ"/> + <outlet property="textView" destination="cGV-n4-9ji" id="7k2-1Y-0W7"/> + <outlet property="weightLabel" destination="OZ5-9M-I1x" id="Mx0-RN-hxL"/> + <outlet property="weightReading" destination="zKS-cw-AQg" id="w9R-mm-pFy"/> + </connections> + </viewController> + <placeholder placeholderIdentifier="IBFirstResponder" id="iyI-Bn-xs0" userLabel="First Responder" sceneMemberID="firstResponder"/> + </objects> + <point key="canvasLocation" x="938" y="-143"/> + </scene> + <!--Navigation Controller--> + <scene sceneID="iv5-3O-T2y"> + <objects> + <navigationController definesPresentationContext="YES" id="chw-46-jAo" sceneMemberID="viewController"> + <navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="s8h-iY-QXM"> + <autoresizingMask key="autoresizingMask"/> + </navigationBar> + <connections> + <segue destination="hDM-Al-XXx" kind="relationship" relationship="rootViewController" id="rCK-kI-det"/> + </connections> + </navigationController> + <placeholder placeholderIdentifier="IBFirstResponder" id="d7B-fr-BOp" userLabel="First Responder" sceneMemberID="firstResponder"/> + </objects> + <point key="canvasLocation" x="33" y="-143"/> + </scene> + </scenes> + <simulatedMetricsContainer key="defaultSimulatedMetrics"> + <simulatedStatusBarMetrics key="statusBar"/> + <simulatedOrientationMetrics key="orientation"/> + <simulatedScreenMetrics key="destination"/> + </simulatedMetricsContainer> +</document>
\ No newline at end of file |
