You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			44 lines
		
	
	
		
			2.9 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>
 | |
|         <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="RK_Setup_Cocoa" 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" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JyM-D2-S0W">
 | |
|                                 <rect key="frame" x="159" y="409" width="75" height="35"/>
 | |
|                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
 | |
|                                 <state key="normal" title="Button"/>
 | |
|                                 <buttonConfiguration key="configuration" style="plain" title="Button"/>
 | |
|                                 <connections>
 | |
|                                     <action selector="startSurveyTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="YBX-WC-iRv"/>
 | |
|                                 </connections>
 | |
|                             </button>
 | |
|                         </subviews>
 | |
|                         <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
 | |
|                         <color key="backgroundColor" systemColor="systemBackgroundColor"/>
 | |
|                     </view>
 | |
|                 </viewController>
 | |
|                 <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
 | |
|             </objects>
 | |
|             <point key="canvasLocation" x="132" y="-27"/>
 | |
|         </scene>
 | |
|     </scenes>
 | |
|     <resources>
 | |
|         <systemColor name="systemBackgroundColor">
 | |
|             <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
 | |
|         </systemColor>
 | |
|     </resources>
 | |
| </document>
 |