1.创建目录 cd 进入
2.phonegap create hello "com.zph.hello" "helloWorld" //创建工程
3.cd hello;phonegap build ios //为phonegap添加ios平台支持
4.appDelegate文件中 打开self.viewController.startPage = @"index.html";
1.创建目录 cd 进入
2.phonegap create hello "com.zph.hello" "helloWorld" //创建工程
3.cd hello;phonegap build ios //为phonegap添加ios平台支持
4.appDelegate文件中 打开self.viewController.startPage = @"index.html";