Open
Conversation
支持字符串数组和NSURL数组初始化,增加- (void)reloadImageURLArray:(NSArray*)URLarr方法,重新设置图片链接数组,刷新显示图片(适用于上下拉刷新后,重新设置图片数组,更新图片)
增加reloadImageURLArray方法声明
可以设置图片展示方式,增加枚举属性
增加设置图片展示缩放方式属性方法
可以在原有显示位置上进行位置的微调,通过UIEdgeInsets调节
在原有显示位置,进行pageControl的位置微调
外部控制自动滚动开始停止
外部控制自动滚动开始停止
改为暂停和继续,避免重置定时器计时,导致时间间隔重置
避免在父视图重载时,重复调用willMoveToSuperview,重定义定时器事件,造成定时器不断累加,滚动加快
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加刷新图片功能,用于上下拉刷新后,重新设置图片