1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> 3 <device id="retina4_7" orientation="portrait"> 4 <adaptation id="fullscreen"/> 5 </device> 6 <dependencies> 7 <deployment identifier="iOS"/> 8 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> 9 <capability name="Safe area layout guides" minToolsVersion="9.0"/> 10 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 11 </dependencies> 12 <scenes> 13 <!--View Controller--> 14 <scene sceneID="EHf-IW-A2E"> 15 <objects> 16 <viewController id="01J-lp-oVM" sceneMemberID="viewController"> 17 <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> 18 <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> 19 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 20 <subviews> 21 <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="q3l-Ud-sIn"> 22 <rect key="frame" x="167" y="131" width="41" height="30"/> 23 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> 24 <state key="normal" title="Unary"/> 25 </button> 26 <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RfU-eq-cee"> 27 <rect key="frame" x="152" y="220" width="70" height="30"/> 28 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> 29 <state key="normal" title="Streaming"/> 30 </button> 31 </subviews> 32 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 33 <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> 34 </view> 35 </viewController> 36 <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> 37 </objects> 38 <point key="canvasLocation" x="53" y="375"/> 39 </scene> 40 </scenes> 41</document> 42