Changeset 40676f8 in orbit
- Timestamp:
- 08/04/13 22:27:18 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- b0289bb
- Parents:
- e915991
- Location:
- iOS
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/en.lproj/MainStoryboard.storyboard
r82a1db7 r40676f8 417 417 <point key="canvasLocation" x="680" y="-96"/> 418 418 </scene> 419 <!--Tutorial View Controller - Start-->419 <!--Tutorial View Controller - Welcome--> 420 420 <scene sceneID="Qva-11-RgT"> 421 421 <objects> … … 444 444 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> 445 445 </view> 446 <tabBarItem key="tabBarItem" title=" Start" image="tutorial.png" id="JJR-hA-hnf"/>446 <tabBarItem key="tabBarItem" title="Welcome" image="tutorial.png" id="JJR-hA-hnf"/> 447 447 <connections> 448 448 <outlet property="webView" destination="yFF-oy-BYh" id="UOH-dC-3Mk"/> -
iOS/Orbit/orbit.xcodeproj/project.pbxproj
re5b8e57 r40676f8 79 79 52E3305C17AEACF600671D06 /* tutorial-09-flight.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 52E3305B17AEACF600671D06 /* tutorial-09-flight.jpg */; }; 80 80 52E3305E17AEB4ED00671D06 /* step02.html in Resources */ = {isa = PBXBuildFile; fileRef = 52E3305D17AEB4ED00671D06 /* step02.html */; }; 81 52E3306017AED10200671D06 /* puzzlebox_logo.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 52E3305F17AED10200671D06 /* puzzlebox_logo.pdf */; }; 81 82 52FA364416899B5D004C280A /* ic_launcher-57x57.png in Resources */ = {isa = PBXBuildFile; fileRef = 52FA364316899B5D004C280A /* ic_launcher-57x57.png */; }; 82 83 52FA364616899B69004C280A /* ic_launcher-114x114.png in Resources */ = {isa = PBXBuildFile; fileRef = 52FA364516899B69004C280A /* ic_launcher-114x114.png */; }; … … 245 246 52E3305B17AEACF600671D06 /* tutorial-09-flight.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "tutorial-09-flight.jpg"; sourceTree = "<group>"; }; 246 247 52E3305D17AEB4ED00671D06 /* step02.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = step02.html; path = tutorial/step02.html; sourceTree = "<group>"; }; 248 52E3305F17AED10200671D06 /* puzzlebox_logo.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = puzzlebox_logo.pdf; sourceTree = "<group>"; }; 247 249 52FA364316899B5D004C280A /* ic_launcher-57x57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ic_launcher-57x57.png"; sourceTree = "<group>"; }; 248 250 52FA364516899B69004C280A /* ic_launcher-114x114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ic_launcher-114x114.png"; sourceTree = "<group>"; }; … … 496 498 isa = PBXGroup; 497 499 children = ( 500 52E3305F17AED10200671D06 /* puzzlebox_logo.pdf */, 498 501 52E3304317AEA2E400671D06 /* tutorial-00-introduction.jpg */, 499 502 52E3303917AE9C8B00671D06 /* tutorial-01-orbit.jpg */, … … 620 623 52E3305C17AEACF600671D06 /* tutorial-09-flight.jpg in Resources */, 621 624 52E3305E17AEB4ED00671D06 /* step02.html in Resources */, 625 52E3306017AED10200671D06 /* puzzlebox_logo.pdf in Resources */, 622 626 ); 623 627 runOnlyForDeploymentPostprocessing = 0; -
iOS/Orbit/tutorial/index.html
r82a1db7 r40676f8 12 12 <tr> 13 13 <td> 14 15 14 <center> 16 <img src=" tutorial-00-introduction.jpg" width="240" height="240">15 <img src="puzzlebox_logo.pdf" width="240"> 17 16 </center> 18 19 17 </td> 20 <tr> 21 <td> 22 <a class='next button' href="step01.html">Next »</a> 23 </td> 24 </tr> 25 </tbody> 18 </tr> 19 20 <tr> 21 <td> 22 <center> 23 Welcome to Puzzlebox Orbit 24 </center> 25 </td> 26 </tr> 27 28 <tr> 29 <td> 30 <center> 31 <p><img src="status_0@2x.png" height="160"></p> 32 </center> 33 </td> 34 </tr> 35 36 <tr> 37 <td> 38 <center> 39 Please press "Next" to begin the tutorial 40 </center> 41 </td> 42 </tr> 43 44 </td> 45 <tr> 46 <td> 47 <a class='next button' href="step01.html">Next »</a> 48 </td> 49 </tr> 50 </tbody> 26 51 </table> 27 52 </body>
Note: See TracChangeset
for help on using the changeset viewer.