OSDN Git Service

Add move file
[tombo/Tombo.git] / iOS / Tombo / Tombo / en.lproj / MainStoryboard_iPad.storyboard
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="1.1" toolsVersion="2182" systemVersion="11D50b" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" initialViewController="5">
3     <dependencies>
4         <deployment defaultVersion="1296" identifier="iOS"/>
5         <development defaultVersion="4200" identifier="xcode"/>
6         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1181"/>
7     </dependencies>
8     <scenes>
9         <!--Navigation Controller-->
10         <scene sceneID="14">
11             <objects>
12                 <placeholder placeholderIdentifier="IBFirstResponder" id="13" sceneMemberID="firstResponder"/>
13                 <navigationController id="3" sceneMemberID="viewController">
14                     <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="6">
15                         <autoresizingMask key="autoresizingMask"/>
16                     </navigationBar>
17                     <connections>
18                         <segue destination="19" kind="relationship" relationship="rootViewController" id="25"/>
19                     </connections>
20                 </navigationController>
21             </objects>
22             <point key="canvasLocation" x="116" y="-494"/>
23         </scene>
24         <!--Detail View Controller - Detail-->
25         <scene sceneID="16">
26             <objects>
27                 <placeholder placeholderIdentifier="IBFirstResponder" id="15" sceneMemberID="firstResponder"/>
28                 <viewController storyboardIdentifier="" title="Detail" id="4" customClass="DetailViewController" sceneMemberID="viewController">
29                     <view key="view" contentMode="scaleToFill" id="26">
30                         <rect key="frame" x="0.0" y="64" width="703" height="704"/>
31                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
32                         <subviews>
33                             <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" editable="NO" id="I5K-hl-l4m">
34                                 <rect key="frame" x="0.0" y="0.0" width="703" height="704"/>
35                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
36                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
37                                 <fontDescription key="fontDescription" type="system" pointSize="14"/>
38                                 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
39                             </textView>
40                         </subviews>
41                         <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
42                         <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
43                     </view>
44                     <toolbarItems/>
45                     <navigationItem key="navigationItem" title="Detail" id="53">
46                         <barButtonItem key="rightBarButtonItem" systemItem="edit" id="9dq-bI-Dm0">
47                             <connections>
48                                 <segue destination="rXN-9x-iCW" kind="modal" identifier="editNote" id="Kjf-1o-2Ik"/>
49                             </connections>
50                         </barButtonItem>
51                     </navigationItem>
52                     <connections>
53                         <outlet property="text" destination="I5K-hl-l4m" id="efg-OY-fpX"/>
54                         <segue destination="d05-A3-3lh" kind="modal" identifier="moveNote" id="UNl-FX-1ZS"/>
55                     </connections>
56                 </viewController>
57             </objects>
58             <point key="canvasLocation" x="1025" y="-1397"/>
59         </scene>
60         <!--Move View Controller-->
61         <scene sceneID="VdD-0z-Oi9">
62             <objects>
63                 <placeholder placeholderIdentifier="IBFirstResponder" id="Hr1-r9-0Qn" userLabel="First Responder" sceneMemberID="firstResponder"/>
64                 <tableViewController id="kne-7K-i81" customClass="MoveViewController" sceneMemberID="viewController">
65                     <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="GrV-dc-OPL">
66                         <rect key="frame" x="0.0" y="64" width="1024" height="704"/>
67                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
68                         <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
69                         <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
70                         <prototypes>
71                             <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" id="xuu-E4-adE">
72                                 <rect key="frame" x="0.0" y="22" width="768" height="44"/>
73                                 <autoresizingMask key="autoresizingMask"/>
74                                 <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
75                                     <rect key="frame" x="0.0" y="0.0" width="768" height="43"/>
76                                     <autoresizingMask key="autoresizingMask"/>
77                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
78                                 </view>
79                             </tableViewCell>
80                         </prototypes>
81                         <connections>
82                             <outlet property="dataSource" destination="kne-7K-i81" id="4nM-eP-aRT"/>
83                             <outlet property="delegate" destination="kne-7K-i81" id="Glx-ob-e0s"/>
84                         </connections>
85                     </tableView>
86                     <navigationItem key="navigationItem" id="9gq-dD-RPb">
87                         <barButtonItem key="leftBarButtonItem" systemItem="cancel" id="Ogz-3k-B4z">
88                             <connections>
89                                 <action selector="cancel:" destination="kne-7K-i81" id="JxE-Wk-dQR"/>
90                             </connections>
91                         </barButtonItem>
92                     </navigationItem>
93                 </tableViewController>
94             </objects>
95             <point key="canvasLocation" x="3287" y="-2199"/>
96         </scene>
97         <!--Split View Controller-->
98         <scene sceneID="18">
99             <objects>
100                 <placeholder placeholderIdentifier="IBFirstResponder" id="17" sceneMemberID="firstResponder"/>
101                 <splitViewController id="5" sceneMemberID="viewController">
102                     <toolbarItems/>
103                     <simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackTranslucent"/>
104                     <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
105                     <connections>
106                         <segue destination="3" kind="relationship" relationship="masterViewController" id="9"/>
107                         <segue destination="42" kind="relationship" relationship="detailViewController" id="51"/>
108                     </connections>
109                 </splitViewController>
110             </objects>
111             <point key="canvasLocation" x="-1135" y="-950"/>
112         </scene>
113         <!--Master View Controller - Master-->
114         <scene sceneID="24">
115             <objects>
116                 <placeholder placeholderIdentifier="IBFirstResponder" id="23" sceneMemberID="firstResponder"/>
117                 <tableViewController storyboardIdentifier="" title="Master" clearsSelectionOnViewWillAppear="NO" id="19" customClass="MasterViewController" sceneMemberID="viewController">
118                     <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="20">
119                         <rect key="frame" x="0.0" y="64" width="320" height="704"/>
120                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
121                         <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
122                         <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
123                         <prototypes>
124                             <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="tIi-5l-S0i" style="IBUITableViewCellStyleDefault" id="ZSw-0O-9Pw">
125                                 <rect key="frame" x="0.0" y="22" width="320" height="44"/>
126                                 <autoresizingMask key="autoresizingMask"/>
127                                 <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
128                                     <rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
129                                     <autoresizingMask key="autoresizingMask"/>
130                                     <subviews>
131                                         <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="tIi-5l-S0i">
132                                             <rect key="frame" x="10" y="0.0" width="300" height="43"/>
133                                             <autoresizingMask key="autoresizingMask"/>
134                                             <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
135                                             <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
136                                             <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
137                                         </label>
138                                     </subviews>
139                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
140                                 </view>
141                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
142                             </tableViewCell>
143                         </prototypes>
144                         <sections/>
145                         <connections>
146                             <outlet property="dataSource" destination="19" id="22"/>
147                             <outlet property="delegate" destination="19" id="21"/>
148                         </connections>
149                     </tableView>
150                     <navigationItem key="navigationItem" title="Master" id="40">
151                         <barButtonItem key="rightBarButtonItem" systemItem="add" id="J5P-yO-cEM">
152                             <connections>
153                                 <segue destination="rXN-9x-iCW" kind="modal" identifier="newNote" id="pK5-mO-z6F"/>
154                             </connections>
155                         </barButtonItem>
156                     </navigationItem>
157                 </tableViewController>
158             </objects>
159             <point key="canvasLocation" x="527" y="-495"/>
160         </scene>
161         <!--Edit View Controller-->
162         <scene sceneID="iZX-2r-fjn">
163             <objects>
164                 <placeholder placeholderIdentifier="IBFirstResponder" id="5BA-Ef-J8x" userLabel="First Responder" sceneMemberID="firstResponder"/>
165                 <viewController id="bDQ-AH-j4Y" customClass="EditViewController" sceneMemberID="viewController">
166                     <view key="view" contentMode="scaleToFill" id="5tE-qu-kqz">
167                         <rect key="frame" x="0.0" y="64" width="1024" height="704"/>
168                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
169                         <subviews>
170                             <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" id="si7-dS-nro">
171                                 <rect key="frame" x="0.0" y="0.0" width="1024" height="704"/>
172                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
173                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
174                                 <fontDescription key="fontDescription" type="system" pointSize="14"/>
175                                 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
176                             </textView>
177                         </subviews>
178                         <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
179                         <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
180                     </view>
181                     <navigationItem key="navigationItem" id="sUV-LL-8ot">
182                         <barButtonItem key="leftBarButtonItem" systemItem="cancel" id="eka-xh-Nup">
183                             <connections>
184                                 <action selector="cancel:" destination="bDQ-AH-j4Y" id="Nwu-CN-MDQ"/>
185                             </connections>
186                         </barButtonItem>
187                         <barButtonItem key="rightBarButtonItem" systemItem="done" id="Wbk-WE-vas">
188                             <connections>
189                                 <action selector="done:" destination="bDQ-AH-j4Y" id="PR7-VL-kO8"/>
190                             </connections>
191                         </barButtonItem>
192                     </navigationItem>
193                     <connections>
194                         <outlet property="detailText" destination="si7-dS-nro" id="Cyl-Qi-jTW"/>
195                     </connections>
196                 </viewController>
197             </objects>
198             <point key="canvasLocation" x="3354" y="-494"/>
199         </scene>
200         <!--Navigation Controller-->
201         <scene sceneID="50">
202             <objects>
203                 <placeholder placeholderIdentifier="IBFirstResponder" id="49" userLabel="First Responder" sceneMemberID="firstResponder"/>
204                 <navigationController id="42" sceneMemberID="viewController">
205                     <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="43">
206                         <autoresizingMask key="autoresizingMask"/>
207                     </navigationBar>
208                     <connections>
209                         <segue destination="4" kind="relationship" relationship="rootViewController" id="52"/>
210                     </connections>
211                 </navigationController>
212             </objects>
213             <point key="canvasLocation" x="116" y="-1397"/>
214         </scene>
215         <!--Navigation Controller-->
216         <scene sceneID="rOf-2X-6ce">
217             <objects>
218                 <placeholder placeholderIdentifier="IBFirstResponder" id="JBX-0N-sNc" userLabel="First Responder" sceneMemberID="firstResponder"/>
219                 <navigationController id="rXN-9x-iCW" sceneMemberID="viewController">
220                     <toolbarItems/>
221                     <navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="iYu-AH-jaY">
222                         <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
223                         <autoresizingMask key="autoresizingMask"/>
224                     </navigationBar>
225                     <nil name="viewControllers"/>
226                     <connections>
227                         <segue destination="bDQ-AH-j4Y" kind="relationship" relationship="rootViewController" id="HpA-Et-NYA"/>
228                     </connections>
229                 </navigationController>
230             </objects>
231             <point key="canvasLocation" x="2029" y="-494"/>
232         </scene>
233         <!--Navigation Controller-->
234         <scene sceneID="sop-gG-sUy">
235             <objects>
236                 <placeholder placeholderIdentifier="IBFirstResponder" id="enT-QP-UTy" userLabel="First Responder" sceneMemberID="firstResponder"/>
237                 <navigationController id="d05-A3-3lh" sceneMemberID="viewController">
238                     <toolbarItems/>
239                     <navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Jwz-hL-bP9">
240                         <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
241                         <autoresizingMask key="autoresizingMask"/>
242                     </navigationBar>
243                     <nil name="viewControllers"/>
244                     <connections>
245                         <segue destination="kne-7K-i81" kind="relationship" relationship="rootViewController" id="Pot-UJ-tdT"/>
246                     </connections>
247                 </navigationController>
248             </objects>
249             <point key="canvasLocation" x="2211" y="-2191"/>
250         </scene>
251     </scenes>
252     <classes>
253         <class className="DetailViewController" superclassName="UIViewController">
254             <source key="sourceIdentifier" type="project" relativePath="./Classes/DetailViewController.h"/>
255             <relationships>
256                 <relationship kind="outlet" name="text" candidateClass="UITextView"/>
257             </relationships>
258         </class>
259         <class className="EditViewController" superclassName="UIViewController">
260             <source key="sourceIdentifier" type="project" relativePath="./Classes/EditViewController.h"/>
261             <relationships>
262                 <relationship kind="action" name="cancel:"/>
263                 <relationship kind="action" name="done:"/>
264                 <relationship kind="outlet" name="detailText" candidateClass="UITextView"/>
265             </relationships>
266         </class>
267         <class className="MasterViewController" superclassName="UITableViewController">
268             <source key="sourceIdentifier" type="project" relativePath="./Classes/MasterViewController.h"/>
269         </class>
270         <class className="MoveViewController" superclassName="UITableViewController">
271             <source key="sourceIdentifier" type="project" relativePath="./Classes/MoveViewController.h"/>
272             <relationships>
273                 <relationship kind="action" name="cancel:"/>
274             </relationships>
275         </class>
276     </classes>
277     <simulatedMetricsContainer key="defaultSimulatedMetrics">
278         <simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackTranslucent"/>
279         <simulatedOrientationMetrics key="orientation"/>
280         <simulatedScreenMetrics key="destination"/>
281     </simulatedMetricsContainer>
282     <inferredMetricsTieBreakers>
283         <segue reference="Kjf-1o-2Ik"/>
284     </inferredMetricsTieBreakers>
285 </document>