2012年6月5日
摘要: 1:原文摘自:http://seanwong.lofter.com/post/3ecae_df678/ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];[request setDelegate:self];[request startAsynchronous];这段本身没什么问题,在Navigation Controller驱动下,用户点快了之后,异步请求返回慢了,会出respondsToSelector:]: message sent to deallocated instance这种错误。也就是说delegate一般 阅读全文
posted @ 2012-06-05 15:28 wtq 阅读(476) 评论(0) 推荐(0)