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";
时间: 2024-10-13 04:06:00
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";