Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

Releases: kitasuke/PagingMenuController

2.2.0

09 Jan 08:01
Compare
Choose a tag to compare

2.2.0 Release notes (2017/01/08)

Enhancements

  • Add didScrollStart and didScrollEnd to MenuMoveState thanks to @spsammy

2.1.1

28 Nov 20:01
Compare
Choose a tag to compare

2.1.1 Release notes (2016/11-28)

Bug fixes

  • Fix a bug that carthage install failed

2.1.0

28 Nov 19:56
Compare
Choose a tag to compare

2.1.0 Release notes (2016/11-25)

Enhancements

  • Use onMove clousure instead of PagingMenuControllerDelegate
  • Performance improvements of view animation thanks to @wwwjfy

Bug fixes

  • Fix unexpected behaviour that it goes to wrong page with infinite mode
  • Fix a bug that preset background color on paging view is not correctly set

2.0.0

27 Sep 08:43
Compare
Choose a tag to compare

2.0.0 Release notes (2016/09-27)

Breaking changes

  • Drop iOS 8 support

1.4.0

27 Sep 08:24
Compare
Choose a tag to compare

1.4.0 Release notes (2016/09-18)

Enhancements

  • Rename scrollEnabled

1.3.1

18 Sep 03:43
Compare
Choose a tag to compare

1.3.1 Release notes (2016/09-17)

Enhancements

  • Rename delegate method

Bug fixed

  • Fix carthage error

1.3.0

18 Sep 03:43
Compare
Choose a tag to compare

1.3.0 Release notes (2016/09-17)

Enhancements

  • Support Swift 3.0

1.2.0

18 Sep 00:09
Compare
Choose a tag to compare

1.2.0 Release notes (2016/09-17)

Enhancements

  • Support Swift 2.3
  • Delete @objc from PagingMenuControllerDelegate protocol thanks to @Guoxweii
  • Change behaviour of view hiding

1.1.2

16 Jun 19:12
Compare
Choose a tag to compare

1.1.2 Release notes (2016/06-16)

1.1.1

13 Jun 01:59
Compare
Choose a tag to compare

1.1.1 Release notes (2016/06-12)

Bug fixed

  • Fix compile error in example project