This repository has been archived by the owner on Jun 17, 2018. It is now read-only.
Releases: kitasuke/PagingMenuController
Releases · kitasuke/PagingMenuController
1.1.0
1.0.0
1.0.0 Release notes (2016/06-11)
Breaking changes
- Protocol oriented programming
Enhancements
- Added background color option for paging view
- Added custom view support for menu item view
Bug fixed
- Fixed incorrect behaviour of menu view delegate method
- Fixed showing white page when jumping to pages
0.10.2
0.10.1
0.10.0
Enhancements
- Added more examples
- Upgraded CocoaPods to 1.0.0
- Added
menuControllerSet
option to choose single or multiple controller - Added
menuComponentType
option that provides component which are MenuView + MenuController, MenuView or MenuController - Supported UIImage for MenuItemView
Bug fixed
- Fixed memory leaks thanks to @minhtran129
0.9.1
0.9.0
Enhancements
- Supported Swift 2.2 thanks to @newbdez33
- Added selected property to MenuItemView
- Added menuItemDividerImage option thanks to @bojanp
- Added menuSelectedItemCenter option thanks to @newbdez33
- Added currentPage and currentMenuItemView to MenuView
- Added MenuScrollingMode to Infinite mode
Bug fixed
- Fix app crash on iPad thanks to @pableiros