¡@

Home 

2014/10/15 ¤U¤È 10:13:56

iphone Programming Glossary: serverconnection

how to handle tiling of images on the fly

http://stackoverflow.com/questions/5985477/how-to-handle-tiling-of-images-on-the-fly

to look for the allocations by this. CODE TileImageView.h @interface TileImageView UIImageView NSURLConnection serverConnection BOOL isImageRequested NSMutableData responseData void startImageDownloading NSString pRequestURL void deallocateResources.. self setBackgroundColor UIColor lightGrayColor NSURLRequest pServerRequest NSURLRequest alloc initWithURL pServerURL serverConnection NSURLConnection alloc initWithRequest pServerRequest delegate self if serverConnection responseData NSMutableData alloc.. alloc initWithURL pServerURL serverConnection NSURLConnection alloc initWithRequest pServerRequest delegate self if serverConnection responseData NSMutableData alloc init pServerURL release pServerRequest release void addActivityIndicator UIActivityIndicatorView..