12 2012 档案
摘要:使用Xcode做WebApps时,使用UIWebview来调用一个页面,有时会遇到问题,其一就是编译的时候出现黄色感叹号的Warning,js文件都报错:warning: no rule to process file '$(PROJECT_DIR)/jquery-1.8.1.min.js' of type sourcecode.javascript for architecture i386错误原因是:js和html等资源文件加入到project的时候,Xcode错误的将js文件都放到了编译源代码(Compile Sources)文件夹,以为js代码也需要“被编译”。解决的办
阅读全文
摘要:If you terminate your app by pressing the home button (in the Simulator or on the device), your User Defaults will get saved.如果你按HOME键终止你的应用(真机或者模拟器上),你的值是会被保存的。If you terminate your app by pressing "Stop" in Xcode (in the Simulator or on the device), your User Defaultsmightget saved, but
阅读全文
浙公网安备 33010602011771号