update
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
self.mainUserId = PPN88UserID;
|
||||
self.mainUserId = Candy916UserID;
|
||||
|
||||
[self setupGameURLData];
|
||||
}
|
||||
@@ -40,6 +40,7 @@
|
||||
MainOldViewController *webViewController = [sb instantiateViewControllerWithIdentifier:@"MainOldViewController"];
|
||||
webViewController.mainURLString = self.mainURLString;
|
||||
AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;
|
||||
appDelegate.mainURLString = self.mainURLString;
|
||||
appDelegate.window.rootViewController = webViewController;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user