ServoTab_Interfacepyramid
Last change
on this file since 9b2949b was
9b2949b,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
iOS:
|
-
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:@"frame" ofType:@"html"]]]]; |
---|
21 | [super viewDidLoad]; |
---|
22 | } |
---|
23 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.