157 lines
15 KiB
XML
157 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc">
|
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
|
|
<capability name="System colors in document resources" minToolsVersion="11.0"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--View Controller-->
|
|
<scene sceneID="ufC-wZ-h7g">
|
|
<objects>
|
|
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="GuruAnalytics_Example" customModuleProvider="target" sceneMemberID="viewController">
|
|
<layoutGuides>
|
|
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
|
|
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
|
|
</layoutGuides>
|
|
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UiT-xC-g9f">
|
|
<rect key="frame" x="150.5" y="125" width="74" height="35"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="35" id="clk-M7-Fmx"/>
|
|
</constraints>
|
|
<state key="normal" title="Button"/>
|
|
<buttonConfiguration key="configuration" style="plain" title="Delete"/>
|
|
<connections>
|
|
<action selector="deleteItem:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="qxv-Dq-ok1"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MFg-e1-QYB">
|
|
<rect key="frame" x="121.5" y="180" width="132" height="35"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="35" id="hZX-Nz-pHw"/>
|
|
</constraints>
|
|
<state key="normal" title="Button"/>
|
|
<buttonConfiguration key="configuration" style="plain" title="set firebase id"/>
|
|
<connections>
|
|
<action selector="setFirebaseId:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="iaO-7l-pOx"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="P7y-en-hqa">
|
|
<rect key="frame" x="141" y="235" width="93" height="35"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="35" id="q4X-qi-ks2"/>
|
|
</constraints>
|
|
<state key="normal" title="Button"/>
|
|
<buttonConfiguration key="configuration" style="plain" title="Get Logs"/>
|
|
<connections>
|
|
<action selector="getLogs:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="fKR-om-I4f"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="G3I-za-UMF">
|
|
<rect key="frame" x="132.5" y="290" width="110" height="35"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="35" id="2Fo-sC-mX5"/>
|
|
</constraints>
|
|
<state key="normal" title="Button"/>
|
|
<buttonConfiguration key="configuration" style="plain" title="Start Timer"/>
|
|
<connections>
|
|
<action selector="startTimer:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="aj0-1v-Trc"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hDD-Ie-zVC">
|
|
<rect key="frame" x="133.5" y="345" width="108" height="35"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="35" id="WAl-TP-kMI"/>
|
|
</constraints>
|
|
<state key="normal" title="Button"/>
|
|
<buttonConfiguration key="configuration" style="plain" title="Stop Timer"/>
|
|
<connections>
|
|
<action selector="stopTimer:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="s1z-ZZ-0bX"/>
|
|
</connections>
|
|
</button>
|
|
<slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="0.5" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="wDL-gO-FHP">
|
|
<rect key="frame" x="24" y="400" width="327" height="31"/>
|
|
<connections>
|
|
<action selector="onSliderAction:" destination="vXZ-lx-hvc" eventType="valueChanged" id="Vhs-Q3-lRm"/>
|
|
</connections>
|
|
</slider>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6oL-kc-ZkC">
|
|
<rect key="frame" x="153.5" y="70" width="68" height="35"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="35" id="IMO-pR-HdA"/>
|
|
</constraints>
|
|
<state key="normal" title="Button"/>
|
|
<buttonConfiguration key="configuration" style="plain" title="Insert"/>
|
|
<connections>
|
|
<action selector="create:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="Zut-Np-82g"/>
|
|
</connections>
|
|
</button>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IoV-jb-3en">
|
|
<rect key="frame" x="100.5" y="450" width="174.5" height="31"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enable Upload" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="imo-Fc-VhE">
|
|
<rect key="frame" x="0.0" y="0.0" width="110.5" height="31"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PzM-jf-3Zn">
|
|
<rect key="frame" x="125.5" y="0.0" width="51" height="31"/>
|
|
<connections>
|
|
<action selector="onEnableUploadSwitcher:" destination="vXZ-lx-hvc" eventType="valueChanged" id="b3h-gD-Cxk"/>
|
|
</connections>
|
|
</switch>
|
|
</subviews>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="PzM-jf-3Zn" secondAttribute="trailing" id="9wc-B1-IHF"/>
|
|
<constraint firstItem="PzM-jf-3Zn" firstAttribute="top" secondItem="IoV-jb-3en" secondAttribute="top" id="BoM-nX-inP"/>
|
|
<constraint firstItem="PzM-jf-3Zn" firstAttribute="leading" secondItem="imo-Fc-VhE" secondAttribute="trailing" constant="15" id="THp-97-usz"/>
|
|
<constraint firstAttribute="bottom" secondItem="PzM-jf-3Zn" secondAttribute="bottom" id="UJN-XS-pIl"/>
|
|
<constraint firstItem="imo-Fc-VhE" firstAttribute="leading" secondItem="IoV-jb-3en" secondAttribute="leading" id="fbI-2d-yHW"/>
|
|
<constraint firstAttribute="bottom" secondItem="imo-Fc-VhE" secondAttribute="bottom" id="nLV-ho-ab5"/>
|
|
<constraint firstItem="imo-Fc-VhE" firstAttribute="top" secondItem="IoV-jb-3en" secondAttribute="top" id="wTY-dv-3Tv"/>
|
|
</constraints>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<constraints>
|
|
<constraint firstItem="UiT-xC-g9f" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="0nd-lb-t1t"/>
|
|
<constraint firstItem="G3I-za-UMF" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="7yj-Lv-JX9"/>
|
|
<constraint firstItem="6oL-kc-ZkC" firstAttribute="top" secondItem="jyV-Pf-zRb" secondAttribute="bottom" constant="50" id="8hA-7d-tDI"/>
|
|
<constraint firstItem="G3I-za-UMF" firstAttribute="top" secondItem="P7y-en-hqa" secondAttribute="bottom" constant="20" id="BGD-WM-vcu"/>
|
|
<constraint firstItem="wDL-gO-FHP" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leadingMargin" constant="10" id="DGc-Ts-Qth"/>
|
|
<constraint firstItem="MFg-e1-QYB" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="NdO-nP-Diu"/>
|
|
<constraint firstItem="P7y-en-hqa" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="P2P-Q3-Fz3"/>
|
|
<constraint firstItem="P7y-en-hqa" firstAttribute="top" secondItem="MFg-e1-QYB" secondAttribute="bottom" constant="20" id="RfT-JT-d4s"/>
|
|
<constraint firstItem="IoV-jb-3en" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="V09-Ub-KVG"/>
|
|
<constraint firstItem="hDD-Ie-zVC" firstAttribute="top" secondItem="G3I-za-UMF" secondAttribute="bottom" constant="20" id="VhL-0o-Kp4"/>
|
|
<constraint firstItem="IoV-jb-3en" firstAttribute="top" secondItem="wDL-gO-FHP" secondAttribute="bottom" constant="20" id="Yxs-CC-aBR"/>
|
|
<constraint firstAttribute="trailingMargin" secondItem="wDL-gO-FHP" secondAttribute="trailing" constant="10" id="ZlY-n5-meR"/>
|
|
<constraint firstItem="6oL-kc-ZkC" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="cOt-z8-AaJ"/>
|
|
<constraint firstItem="IoV-jb-3en" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="20" id="cwu-l4-u6z"/>
|
|
<constraint firstItem="UiT-xC-g9f" firstAttribute="top" secondItem="6oL-kc-ZkC" secondAttribute="bottom" constant="20" id="gpg-kk-w0q"/>
|
|
<constraint firstItem="hDD-Ie-zVC" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="n2v-EB-mYi"/>
|
|
<constraint firstItem="wDL-gO-FHP" firstAttribute="top" secondItem="hDD-Ie-zVC" secondAttribute="bottom" constant="20" id="nqa-66-evV"/>
|
|
<constraint firstItem="MFg-e1-QYB" firstAttribute="top" secondItem="UiT-xC-g9f" secondAttribute="bottom" constant="20" id="sSY-mT-dVD"/>
|
|
</constraints>
|
|
</view>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="136.80000000000001" y="-0.44977511244377816"/>
|
|
</scene>
|
|
</scenes>
|
|
<resources>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|