SIAlertView https://github.com/Sumi-Interactive/SIAlertView An UIAlertView replacement with block syntax and fancy transition styles. As seen in Grid Diary. 一个UIAlertView,使用了block的格式,以及很绚的交互动画,你可以看看 Grid Diary . Features use window to present 加载在wind…
转自:http://blog.csdn.net/yiyaaixuexi/article/details/7864974 写这篇文章的缘由,是因为我泡在stackoverflow上翻帖子,看到一个名为Should IBOutlets be strong or weak under ARC? 的帖子很热,而我对被采纳为标准答案的回答也有一些话要补充,我想对于每一个初识ARC模式的人来说,都会有这个疑问,所以不妨我也来和大家探讨一下. 有人问,在ARC下,IBOutlets到底应该定义成strong…