зеркало из https://github.com/xamarin/ios-samples.git
44 строки
2.7 KiB
XML
44 строки
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TransitionViewController">
|
|
<connections>
|
|
<outlet property="view" destination="6" id="7"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="6">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="460"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="8">
|
|
<rect key="frame" x="0.0" y="416" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
<items>
|
|
<barButtonItem systemItem="flexibleSpace" id="9"/>
|
|
<barButtonItem title="Flip Image" id="10">
|
|
<connections>
|
|
<action selector="flipAction:" destination="-1" id="14"/>
|
|
</connections>
|
|
</barButtonItem>
|
|
<barButtonItem title="Curl Image" id="11">
|
|
<connections>
|
|
<action selector="curlAction:" destination="-1" id="13"/>
|
|
</connections>
|
|
</barButtonItem>
|
|
<barButtonItem style="plain" systemItem="flexibleSpace" id="12"/>
|
|
</items>
|
|
<color key="tintColor" red="0.0053693317000000004" green="0.0053038518000000003" blue="0.0054348110999999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</toolbar>
|
|
</subviews>
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
</view>
|
|
</objects>
|
|
</document>
|