fixed some compiler warnings and updated common

This commit is contained in:
Diego Waxemberg
2014-10-14 14:19:18 -04:00
parent 80a4b493ab
commit b828d5426b
5 changed files with 26 additions and 7 deletions

View File

@@ -67,7 +67,6 @@ static NSString* hostAddr;
[super viewDidLoad];
// Do any additional setup after loading the view.
self.streamConfigVals = [[NSArray alloc] initWithObjects:@"1280x720 (30Hz)",@"1280x720 (60Hz)",@"1920x1080 (30Hz)",@"1920x1080 (60Hz)",nil];
self.HostField.text = @"neyer.case.edu";
}
- (void)didReceiveMemoryWarning