Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew D'Abbraccio
PLUC Inventory - Senior Design
Commits
7f8a5d87
Commit
7f8a5d87
authored
Mar 04, 2015
by
Alex Moore
Browse files
Commit before library test
parent
7ff641ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
headlessbrower_test1/.DS_Store
View file @
7f8a5d87
No preview for this file type
headlessbrower_test1/headlessbrower_test1/ViewController.m
View file @
7f8a5d87
...
...
@@ -18,11 +18,11 @@ bool webview_loaded;
-
(
void
)
viewDidLoad
{
[
super
viewDidLoad
];
//
[self.test_view loadRequest:[NSURLRequest requestWithURL:
//
[NSURL URLWithString:@"http://192.168.1.131/rti/"]]];
[
self
.
test_view
loadRequest
:[
NSURLRequest
requestWithURL
:
[
NSURL
URLWithString
:
@"http://192.168.1.131/rti/"
]]];
// Test collection page on mac mini desktop
[
self
.
test_view
loadRequest
:[
NSURLRequest
requestWithURL
:
[
NSURL
URLWithString
:
@"file:///Users/plucseniordesign/Desktop/RTISetup.html"
]]];
//
[self.test_view loadRequest:[NSURLRequest requestWithURL: [NSURL URLWithString:@"file:///Users/plucseniordesign/Desktop/RTISetup.html"]]];
[
self
.
test_view
setDelegate
:
self
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment