首页 > 代码库 > ios控件 UIImageView
ios控件 UIImageView
UIImageView的作用是显示图片和多张动态的图片
- (void)startAnimating;//开始动画
- (void)stopAnimating;//停止动画
- (BOOL)isAnimating; //判断动画是否执行
- (id)initWithImage:(UIImage *)image;//初始化图片视图
- (id)initWithImage:(UIImage *)image highlightedImage:(UIImage *)highlightedImage;
- (id)initWithImage:(UIImage *)image highlightedImage:(UIImage *)highlightedImage;
@property(nonatomic,retain) UIImage *image;//图片属性 设置后会显示
@property(nonatomic,retain) UIImage *highlightedImage; //设置高亮
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled;
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled;
@property(nonatomic,getter=isHighlighted) BOOL highlighted;//高亮属性
@property(nonatomic,copy) NSArray *animationImages;//动态图片数组
@property(nonatomic) NSTimeInterval animationDuration;//动画周期的时间
@property(nonatomic) NSInteger animationRepeatCount;//动画次数
- (void)startAnimating;//开始动画
- (void)stopAnimating;//停止动画
- (BOOL)isAnimating; //判断动画是否执行
ios控件 UIImageView
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。