09 2014 档案

摘要:问题是:生成的strings文件中定义格式有问题,正确的定义格式:"name" = "11111";定义字符串前面没有@符号,但是末尾都要有;符号。 阅读全文
posted @ 2014-09-29 10:52 妮妮1018 阅读(12330) 评论(3) 推荐(0)
摘要:iOS8中的UIAlertController包括了之前的UIAlertView和UIActionSheet,将它们集合成了自己的style;1------------UIAlertControllerStyleAlert-----原有的UIAlertView1UIAlertController*a... 阅读全文
posted @ 2014-09-25 10:36 妮妮1018 阅读(567) 评论(0) 推荐(0)
摘要:新装了Xcode之后,使用终端git的 gs(git status)命令时会出现xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use xcode-... 阅读全文
posted @ 2014-09-24 09:25 妮妮1018 阅读(307) 评论(0) 推荐(0)
摘要:gs(git status)一下,提示信息:You are currently rebasing branch 'master' on '6ff7d77'. (all conflicts fixed: run "git rebase --continue”)当前分支停留在“ 6ff7d77”提交上时... 阅读全文
posted @ 2014-09-24 09:23 妮妮1018 阅读(3090) 评论(0) 推荐(0)