Skip to content

RickHe/RHAddImageView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XYAddImageView

添加图片的一个UI控件

github

使用方法

基本使用
    XYAddImageView *img = [[XYAddImageView alloc] initWithFrame:CGRectMake(0, 100, kScreenWidth, 100) NumberOfImageForOneLine:4];
    [self.view addSubview:img];
若添加图片张数无限制可设置代理监测添加图片事件
    img.delegate = self;

必须响应一下事件:

    - (void)XYAddImageViewFrameDidIncrease:(XYAddImageView *)imageView;
    - (void)XYAddImageViewFrameDidDecrease:(XYAddImageView *)imageView;

About

add and display image view

Resources

License

Stars

Watchers

Forks

Packages

No packages published