Skip to content

Releases: kingsic/SGPagingView

【版本升级】

09 May 03:23
8989ac8
Compare
Choose a tag to compare
  • 解决子控制器 viewWillAppear 只调用一次问题
  • SGPageTitleView.h 中的部分属性调整到 SGPageTitleViewConfigure.h 中
  • 对 SGPageContentView 内部进行了重构(内部实现由原先的 UICollectionView 修改为 UIScrollView)

【版本升级】

17 Oct 06:28
Compare
Choose a tag to compare
  • 对性能做了一定的优化处理
  • 新增指示器样式属性(遮盖样式和下划线样式)
  • 新增 SGPageTitleViewConfigure 类;开放按钮之间间距属性、指示器额外长度属性、标题字号属性
  • 废弃 SGPageTitleView 的 initWithFrame: delegate:titleNames: 和 pageTitleViewWithFrame: delegate:titleNames: 方法的创建
  • 新的创建 SGPageTitleView 方法:initWithFrame: delegate:titleNames:configure: 和 pageTitleViewWithFrame: delegate:titleNames:configure: