Releases: kingsic/SGPagingView
Releases · kingsic/SGPagingView
1.6.3
1.6.1
【版本升级】
1.5.6
1.5.5
1.5.3
1.5.2
1.5.1
【版本升级】
新增:
- 新增 NSString+SGPagingView 分类
- SGPageTitleView 中新增 badge 相关方法
- SGPageTitleViewConfigure 中新增 badge 相关属性
- 标题文字缩放整体优化(由之前的控件缩放转化为文字缩放)
API 拓展
- SGPageContentScrollView 中新增 pageContentScrollViewWillBeginDragging;代理方法
- SGPageContentScrollView 中新增 pageContentScrollViewDidEndDecelerating; 代理方法
- SGPageContentCollectionView 中新增 pageContentCollectionViewWillBeginDragging; 代理方法
- SGPageContentCollectionView 中新增 pageContentCollectionViewDidEndDecelerating; 代理方法
Other
- SGPageContentScrollView 类中
pageContentScrollView:offsetX;代理方法名更换为:pageContentScrollView:index; - SGPageContentCollectionView 类中
pageContentCollectionView:offsetX;代理方法名更换为:pageContentCollectionView:index;
1.4.2
【温馨提示:微博个人中心案例在此版本中】
新增:
- SGPageTitleViewConfigure 中新增标题间分割线相关属性
- SGPageTitleView 中新增设置标题图片及位置样式方法
- SGPageTitleView 中新增根据标题下标设置标题的 attributedTitle 方法
Other
- SGPageContentView 类名更换为 SGPageContentCollectionView
- SGPageTitleView 中 resetTitleWithIndex:newTitle 方法名更换为:resetTitle:forIndex;
- SGPageContent 文件夹中的 SGPageContentScrollView 类对子控制器生命周期进行优化处理