52 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
 | |
|     <device id="retina6_12" orientation="portrait" appearance="light"/>
 | |
|     <dependencies>
 | |
|         <deployment identifier="iOS"/>
 | |
|         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
 | |
|         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
 | |
|         <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="tne-QT-ifu">
 | |
|             <objects>
 | |
|                 <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="TestRecorder" customModuleProvider="target" sceneMemberID="viewController">
 | |
|                     <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
 | |
|                         <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
 | |
|                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
 | |
|                         <subviews>
 | |
|                             <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VWP-nN-U6K">
 | |
|                                 <rect key="frame" x="157.33333333333334" y="722.66666666666663" width="78.333333333333343" height="34.333333333333371"/>
 | |
|                                 <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
 | |
|                                 <state key="normal" title="Record"/>
 | |
|                                 <buttonConfiguration key="configuration" style="filled" title="Record"/>
 | |
|                                 <connections>
 | |
|                                     <action selector="toggleRecord:" destination="BYZ-38-t0r" eventType="touchUpInside" id="63a-uH-hTe"/>
 | |
|                                 </connections>
 | |
|                             </button>
 | |
|                         </subviews>
 | |
|                         <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
 | |
|                         <color key="backgroundColor" systemColor="systemBackgroundColor"/>
 | |
|                         <constraints>
 | |
|                             <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="VWP-nN-U6K" secondAttribute="bottom" constant="61" id="0iW-h7-WDE"/>
 | |
|                             <constraint firstItem="VWP-nN-U6K" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="yZb-ba-qfO"/>
 | |
|                         </constraints>
 | |
|                     </view>
 | |
|                     <connections>
 | |
|                         <outlet property="recordButton" destination="VWP-nN-U6K" id="gSk-uh-nDX"/>
 | |
|                     </connections>
 | |
|                 </viewController>
 | |
|                 <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
 | |
|             </objects>
 | |
|             <point key="canvasLocation" x="115" y="-27"/>
 | |
|         </scene>
 | |
|     </scenes>
 | |
|     <resources>
 | |
|         <systemColor name="systemBackgroundColor">
 | |
|             <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
 | |
|         </systemColor>
 | |
|     </resources>
 | |
| </document>
 |