NGModalPresentation/ModalPresentation/Base.lproj/Main.storyboard

42 lines
2.9 KiB
Text
Raw Normal View History

2014-10-04 14:02:03 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
2014-10-04 14:02:03 +02:00
<dependencies>
<deployment defaultVersion="1792" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
2014-10-04 14:02:03 +02:00
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" sceneMemberID="viewController">
2014-10-04 14:02:03 +02:00
<layoutGuides>
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ok9-dI-8dO">
<rect key="frame" x="196" y="285" width="208" height="30"/>
<state key="normal" title="Present Modal View Controller">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="presentModalViewControllerButtonTapped:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="e9x-yb-lWU"/>
</connections>
</button>
</subviews>
2014-10-04 14:02:03 +02:00
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="Ok9-dI-8dO" secondAttribute="centerY" id="Ikv-8c-xd3"/>
<constraint firstAttribute="centerX" secondItem="Ok9-dI-8dO" secondAttribute="centerX" id="iLt-lf-dMg"/>
</constraints>
2014-10-04 14:02:03 +02:00
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
</document>