зеркало из https://github.com/xamarin/ios-samples.git
90 строки
6.4 KiB
XML
90 строки
6.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2829" systemVersion="12A269" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="EAC-h5-aIZ">
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1914"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--Poker Night Voting View Controller - No Calendars-->
|
|
<scene sceneID="LR4-xB-e4B">
|
|
<objects>
|
|
<tableViewController id="vBo-te-SdQ" customClass="PokerNightVotingViewController" sceneMemberID="viewController">
|
|
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="9vi-8M-nwF">
|
|
<rect key="frame" x="0.0" y="64" width="320" height="416"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<prototypes>
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="PokerNightVotingCell" id="OXY-lH-Z4v">
|
|
<rect key="frame" x="0.0" y="22" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" text="Title" adjustsFontSizeToFit="NO" autoshrinkMode="none" id="cw4-Mu-ui7">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="41"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
</label>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</tableViewCell>
|
|
</prototypes>
|
|
</tableView>
|
|
<navigationItem key="navigationItem" title="No Calendars" id="D8n-rQ-UMS">
|
|
<barButtonItem key="leftBarButtonItem" title="Calendars" id="MOF-Qq-aHB">
|
|
<connections>
|
|
<action selector="showCalendarChooser:" destination="vBo-te-SdQ" id="NhJ-qO-boV"/>
|
|
</connections>
|
|
</barButtonItem>
|
|
<barButtonItem key="rightBarButtonItem" title="Add" id="nqv-xL-r9x">
|
|
<connections>
|
|
<action selector="addTime:" destination="vBo-te-SdQ" id="plQ-Fk-r97"/>
|
|
</connections>
|
|
</barButtonItem>
|
|
</navigationItem>
|
|
<connections>
|
|
<outlet property="addEventButton" destination="nqv-xL-r9x" id="0Qe-6F-aqN"/>
|
|
<outlet property="calendarsButton" destination="MOF-Qq-aHB" id="EnO-Na-wZy"/>
|
|
</connections>
|
|
</tableViewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="jvT-TU-NVN" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="365" y="63"/>
|
|
</scene>
|
|
<!--Navigation Controller-->
|
|
<scene sceneID="I9N-Ek-BK3">
|
|
<objects>
|
|
<navigationController definesPresentationContext="YES" id="EAC-h5-aIZ" sceneMemberID="viewController">
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="DIM-91-LyL">
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</navigationBar>
|
|
<connections>
|
|
<segue destination="vBo-te-SdQ" kind="relationship" relationship="rootViewController" id="0pd-eS-jWA"/>
|
|
</connections>
|
|
</navigationController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Wze-du-tL2" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="-169" y="63"/>
|
|
</scene>
|
|
</scenes>
|
|
<classes>
|
|
<class className="PokerNightVotingViewController" superclassName="UITableViewController">
|
|
<source key="sourceIdentifier" type="project" relativePath="./Classes/PokerNightVotingViewController.h"/>
|
|
<relationships>
|
|
<relationship kind="action" name="addTime:" candidateClass="UIBarButtonItem"/>
|
|
<relationship kind="action" name="increaseVote:"/>
|
|
<relationship kind="action" name="showCalendarChooser:" candidateClass="UIBarButtonItem"/>
|
|
<relationship kind="outlet" name="addEventButton" candidateClass="UIBarButtonItem"/>
|
|
<relationship kind="outlet" name="calendarsButton" candidateClass="UIBarButtonItem"/>
|
|
</relationships>
|
|
</class>
|
|
</classes>
|
|
<simulatedMetricsContainer key="defaultSimulatedMetrics">
|
|
<simulatedStatusBarMetrics key="statusBar"/>
|
|
<simulatedOrientationMetrics key="orientation"/>
|
|
<simulatedScreenMetrics key="destination"/>
|
|
</simulatedMetricsContainer>
|
|
</document> |