Advertisement

自定义加载图片并附加循环动画

阅读量:
复制代码
 //

    
 //  HYBLoadImageView.h
    
 //  CloudShopping
    
 //
    
 //  Created by ljy-335 on 14-8-1.
    
 //  Copyright (c) 2014年 uni2uni. All rights reserved.
    
 //
    
  
    
 #import <UIKit/UIKit.h>
    
  
    
 /*!
    
  * @brief 加载图片时,给图片加上转圈圈的状态,让用户知道图片未出现是因为网络不给力而造成的而不是没有图片
    
  * @author huangyibiao
    
  */
    
 @interface HYBLoadImageView : UIImageView
    
  
    
 // default is showLoading
    
 - (id)initWithFrame:(CGRect)frame;
    
 - (id)initWithFrame:(CGRect)frame showLoading:(BOOL)showLoading;
    
 - (void)setImageWithURLString:(NSString *)urlString pla

全部评论 (0)

还没有任何评论哟~