ServoTab_Interfacepyramid
Last change
on this file since de10cbc was
de10cbc,
checked in by Jonathon Horsman <jonathon@…>, 9 years ago
|
Add a test button on flight tab
Add a reset button on advanced tab
Correctly detect device volume
Add more tutorial HTML
|
-
Property mode set to
100644
|
File size:
486 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | #import "TutorialViewController.h" |
---|
10 | |
---|
11 | @implementation TutorialViewController |
---|
12 | |
---|
13 | @synthesize webView; |
---|
14 | |
---|
15 | - (void)viewDidLoad |
---|
16 | { |
---|
17 | [webView loadRequest: |
---|
18 | [NSURLRequest requestWithURL: |
---|
19 | [NSURL fileURLWithPath: |
---|
20 | [[NSBundle mainBundle] pathForResource:@"index" ofType:@"html"]]]]; |
---|
21 | [super viewDidLoad]; |
---|
22 | } |
---|
23 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.