摘要: 使用AutoLayout布局使得冗长繁琐的代码布局变得简单明了,用更少的代码实现更多的功能也是苹果孜孜不倦的目标。在AutoLayout的使用之中,UIScrollView绝对是刺头,很多朋友宁愿使用代码布局 UIScrollView。过目不忘带你教育UIScrollView ~ _~ 阅读全文
posted @ 2015-05-06 10:42 过目不忘 阅读(193) 评论(0) 推荐(0)
摘要: 2.> 如果不能再申请,那么就从同事那里导出一个证书文件(*.p12) , 然后下载一个描述文件(PP文件),创建项目就可以完成。 阅读全文
posted @ 2015-04-27 16:07 过目不忘 阅读(153) 评论(0) 推荐(0)
摘要: 1.> 删除插件/Users/luqun/Library/Application Support/Developer/Shared/Xcode/Plug-ins 文件夹下的插件删除就可以了2.> 不能错过的Xcode 快捷键Ctr + A 将光标移动到行首Ctr + E 将光标移至行尾 Ctr +... 阅读全文
posted @ 2015-04-20 09:54 过目不忘 阅读(104) 评论(0) 推荐(0)
摘要: 1.> 使用字典的快捷键 command + control + d2.> iPhone 模拟器回到主界面的快捷键Command + control + H3.> 关于Xcode项目显示 app名称的技巧4.> 不能错过的Xcode 快捷键Ctr + A 将光标移动到行首Ctr + E 将光标移至... 阅读全文
posted @ 2015-04-13 11:12 过目不忘 阅读(119) 评论(0) 推荐(0)
摘要: 标题一1.> xxxx2.> xxx标题二1.> xxxxx2.> xxxxx 阅读全文
posted @ 2015-04-12 18:04 过目不忘 阅读(110) 评论(0) 推荐(0)
摘要: AppleScript循环:(* * 1. repeat 死循环 *)set num to 0display dialog num-- 最简单循环,是死循环repeat set num to num + 1 display dialog num if num ≥ 10 then exit rep... 阅读全文
posted @ 2015-04-12 18:02 过目不忘 阅读(522) 评论(0) 推荐(0)
摘要: AppleScript:1.> 面向对象的脚本语言。2.> 采用Unicode字符编码,不区分大小写。标示符:1.> 必须是英文字母开头,可以用0-9,"_" ,2.> '|' 开头和'|'结尾的标示符可以使用任意字符,如"|你*%好|"数据类型:1.> Boolean 值包括True 、False... 阅读全文
posted @ 2015-04-12 00:14 过目不忘 阅读(442) 评论(0) 推荐(0)