导航

06 2012 档案

摘要:转自:http://favo.asia/2010/06/uiscrollview-and-lazy-loading/这个网址不稳定,时好时坏,就转到我的博客If you have encountered memory problems loading too many images into your UIScrollView, lazy loading them is your answer.L... 阅读全文

posted @ 2012-06-08 15:45 蝈蝈俊 阅读(531) 评论(0) 推荐(0)

摘要:当你向已经释放的对象发送消息时就会出现错误:EXC_BAD_ACCESS。当我们执行时 Xcode 一出错,却是定位在我在 AppDelegate 的 application:didFinishLaunchingWithOptions: 方法上的某行了,如果代码量多了,要查找具体问题非常难,但凭经验了。不过NSZombieEnabled 环境变量可以帮我们的忙,就是当设置NSZombieEnabl... 阅读全文

posted @ 2012-06-06 15:52 蝈蝈俊 阅读(432) 评论(0) 推荐(0)