1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="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="14088"/> 9 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 10 </dependencies> 11 <scenes> 12 <!--View Controller--> 13 <scene sceneID="EHf-IW-A2E"> 14 <objects> 15 <viewController id="01J-lp-oVM" sceneMemberID="viewController"> 16 <layoutGuides> 17 <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/> 18 <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/> 19 </layoutGuides> 20 <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> 21 <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> 22 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 23 <subviews> 24 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="TensorFlowLite" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Gq-PV-hia"> 25 <rect key="frame" x="16" y="315" width="343" height="38.5"/> 26 <fontDescription key="fontDescription" type="boldSystem" pointSize="32"/> 27 <nil key="textColor"/> 28 <nil key="highlightedColor"/> 29 </label> 30 </subviews> 31 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 32 <constraints> 33 <constraint firstItem="3Gq-PV-hia" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" constant="16" id="aXL-9T-5Pf"/> 34 <constraint firstItem="3Gq-PV-hia" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="cDf-Go-1FR"/> 35 <constraint firstAttribute="trailing" secondItem="3Gq-PV-hia" secondAttribute="trailing" constant="16" id="fB9-BX-A3B"/> 36 </constraints> 37 </view> 38 </viewController> 39 <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> 40 </objects> 41 <point key="canvasLocation" x="52" y="374.66266866566718"/> 42 </scene> 43 </scenes> 44</document> 45