NeuralAmpModeler-iOS-LaunchScreen.storyboard (3333B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> 3 <device id="ipad9_7" orientation="landscape"> 4 <adaptation id="fullscreen"/> 5 </device> 6 <dependencies> 7 <deployment identifier="iOS"/> 8 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/> 9 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 10 </dependencies> 11 <scenes> 12 <!--App Launch Screen--> 13 <scene sceneID="EHf-IW-A2E"> 14 <objects> 15 <viewController id="01J-lp-oVM" userLabel="App Launch Screen" 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="1024" height="768"/> 22 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 23 <subviews> 24 <label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NeuralAmpModeler" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="30" translatesAutoresizingMaskIntoConstraints="NO" id="1Hf-kE-8t7"> 25 <rect key="frame" x="0.0" y="0.0" width="1024" height="768"/> 26 <fontDescription key="fontDescription" type="system" pointSize="81"/> 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="1Hf-kE-8t7" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="L4w-7q-weC"/> 34 <constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="1Hf-kE-8t7" secondAttribute="bottom" id="NZ8-uN-bOZ"/> 35 <constraint firstAttribute="trailing" secondItem="1Hf-kE-8t7" secondAttribute="trailing" id="U5O-AN-4rh"/> 36 <constraint firstItem="1Hf-kE-8t7" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="taq-hZ-9N3"/> 37 </constraints> 38 </view> 39 </viewController> 40 <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> 41 </objects> 42 <point key="canvasLocation" x="52.34375" y="375"/> 43 </scene> 44 </scenes> 45 </document>