摘要: AsyncImageView.h:#import <UIKit/UIKit.h>@interface AsyncImageView : UIView{ NSURLConnection* connection; NSMutableData* data;}- (void)loadImageFromURL:(NSURL*)url;@endAsyncImageView.m:#import "AsyncImageView.h"@implementation AsyncImageView - (id)initWithFrame:(CGRect)frame{ self = [ 阅读全文
posted @ 2012-10-30 22:59 妙笔 阅读(6081) 评论(0) 推荐(0) 编辑