最近开始在iOS平台学习PhoneGap,遇到了一个问题。我怎样才能改变startPage
?我设置startPage
如下:
self.viewController.startPage = @"http://www.google.com";
它没有用,我也尝试了以下方法:
NSURLRequest *request =
[NSURLRequest requestWithURL:[URL URLWithString:@"http://www.google.com"]];
它也没有工作。
我不知道该怎么做。有没有人可以帮助我?