https://github.com/YouXianMing
摘要: LazyFadeInView渐入显示text文本https://github.com/itouch2/LazyFadeInViewLazyFadeInView is a cool way to animate the appearnce of a label. This effect is a cl... 阅读全文
posted @ 2014-04-28 19:42 YouXianMing 阅读(487) 评论(0) 推荐(0) 编辑
摘要: NSMapTable 不只是一个能放weak指针的 NSDictionaryNSMapTable是早在Mac OS X 10.5(Leopard)的引入集合类。乍一看,这似乎是作为一个替换NSDictionary的存在,可以选择“strong”和“week”指针。 在这篇文章中,我会告诉你除了为什... 阅读全文
posted @ 2014-04-28 11:55 YouXianMing 阅读(677) 评论(0) 推荐(0) 编辑
摘要: ARC下的block导致的循环引用问题解析更详细细节请参考 http://blog.sina.com.cn/s/blog_8c87ba3b0101m599.htmlARC下,copy到堆上的block,会强引用进入到该block中的外部变量.这很容易导致循环引用的问题.比方说:一个VC(这里指一个c... 阅读全文
posted @ 2014-04-28 11:45 YouXianMing 阅读(391) 评论(0) 推荐(0) 编辑