08 2015 档案

摘要:https://github.com/XCGit/awesome-objc-frameworkshttps://github.com/KevinHM/ios-good-practices-the-lastest-versionhttps://github.com/singro 阅读全文
posted @ 2015-08-25 11:28 Clin 阅读(205) 评论(0) 推荐(0)
摘要:1.Split Screen 分屏软件 阅读全文
posted @ 2015-08-15 19:58 Clin 阅读(316) 评论(0) 推荐(0)
摘要:iOS面试知识点(1)Java垃圾回收机制和ARC回收机制的区别? ARC自动引用计数(automatic reference counting),当你在编译程序时提供自动管理内存的功能,它会为程序自动加入内存的控制代码,控制独享声明周期。这样一来,就可以简化内存管理步骤。不过支持的版本是在i... 阅读全文
posted @ 2015-08-06 19:24 Clin 阅读(333) 评论(0) 推荐(0)