OSDN Git Service

Change screen transition for iPhone.
[tombo/Tombo.git] / iOS / Tombo / Tombo / en.lproj / MainStoryboard_iPhone.storyboard
index 01b4d95..00a3d0d 100644 (file)
@@ -49,6 +49,9 @@
                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                 </view>
                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                                <connections>
+                                    <segue destination="6do-Ku-KAw" kind="push" identifier="showNote" id="DbI-0p-xOL"/>
+                                </connections>
                             </tableViewCell>
                         </prototypes>
                         <sections/>
                             </connections>
                         </barButtonItem>
                     </navigationItem>
-                    <connections>
-                        <segue destination="7bR-lH-lJ9" kind="modal" identifier="editNote" id="aht-5S-Kxw"/>
-                    </connections>
                 </tableViewController>
             </objects>
             <point key="canvasLocation" x="459" y="64"/>
         </scene>
+        <!--Detail View Controller-->
+        <scene sceneID="3lH-GX-fIb">
+            <objects>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="cIX-zs-I45" userLabel="First Responder" sceneMemberID="firstResponder"/>
+                <viewController id="6do-Ku-KAw" customClass="DetailViewController" sceneMemberID="viewController">
+                    <view key="view" contentMode="scaleToFill" id="qW1-9A-BDd">
+                        <rect key="frame" x="0.0" y="64" width="320" height="416"/>
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
+                        <subviews>
+                            <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" id="crV-57-ylY">
+                                <rect key="frame" x="0.0" y="0.0" width="320" height="416"/>
+                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
+                                <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
+                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
+                                <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
+                                <dataDetectorType key="dataDetectorTypes" link="YES"/>
+                            </textView>
+                        </subviews>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                    </view>
+                    <navigationItem key="navigationItem" id="MC6-er-cO2">
+                        <barButtonItem key="rightBarButtonItem" systemItem="edit" id="BTM-H8-OPn">
+                            <connections>
+                                <segue destination="7bR-lH-lJ9" kind="modal" identifier="editNote" id="g14-rF-OtD"/>
+                            </connections>
+                        </barButtonItem>
+                    </navigationItem>
+                    <connections>
+                        <outlet property="text" destination="crV-57-ylY" id="HD7-qX-vzI"/>
+                    </connections>
+                </viewController>
+            </objects>
+            <point key="canvasLocation" x="1005" y="-516"/>
+        </scene>
         <!--Edit View Controller-->
         <scene sceneID="bJI-fW-9UV">
             <objects>
                     </connections>
                 </viewController>
             </objects>
-            <point key="canvasLocation" x="1350" y="64"/>
+            <point key="canvasLocation" x="2021" y="64"/>
         </scene>
         <!--Navigation Controller-->
         <scene sceneID="a6N-vh-sA4">
                     </connections>
                 </navigationController>
             </objects>
-            <point key="canvasLocation" x="891" y="64"/>
+            <point key="canvasLocation" x="1561" y="64"/>
         </scene>
     </scenes>
     <classes>
+        <class className="DetailViewController" superclassName="UIViewController">
+            <source key="sourceIdentifier" type="project" relativePath="./Classes/DetailViewController.h"/>
+            <relationships>
+                <relationship kind="outlet" name="text" candidateClass="UITextView"/>
+            </relationships>
+        </class>
         <class className="EditViewController" superclassName="UIViewController">
             <source key="sourceIdentifier" type="project" relativePath="./Classes/EditViewController.h"/>
             <relationships>
         <simulatedScreenMetrics key="destination"/>
     </simulatedMetricsContainer>
     <inferredMetricsTieBreakers>
-        <segue reference="aht-5S-Kxw"/>
+        <segue reference="g14-rF-OtD"/>
     </inferredMetricsTieBreakers>
 </document>
\ No newline at end of file