Releases: msaps/MSSTabbedPageViewController
Releases · msaps/MSSTabbedPageViewController
0.3.11
Maintenance Release - iOS 10 Compatibility fixes.
Fixed
- #92 Fix issue with navigation bar background and tab bar on iOS 10.
0.3.10
MSSTabbedPageViewController final release 💀
There will be no more feature releases of this library.
Please check out Tabman for a beautiful, highly configurable Swift 3 replacement. 🎉
Updated
Fixed
- Fixed issue with bar visibility in navigation bar - benzamin #91
0.3.9
Minor fixes to MSSPageViewController
.
Fixed
- Issue where setting
dataSource
could lead to unwanted initialisation problems with view controllers #90.
0.3.8
Minor fixes to MSSPageViewController
reliability.
Fixed
- Fixed issue where
MSSPageViewController
could provide incorrect position updates.
0.3.7
Improvements to infinite scrolling behaviour to MSSPageViewController
.
Added
- Added
infiniteScrollPagingBehaviour
to adjust animation behaviour when transitioning pages during infinite scrolling.
- Inbuilt scroll interaction block when animating between pages.
Fixed
- Fix issue where incorrect page could be reported on fast scroll.
0.3.6
Fixes and enhancements to MSSPageViewController
Fixed
- Fixed issues with erroneous
pageOffset
being reported when using infinite scrolling.
Updated
currentPage
is now publicly available on MSSPageViewController
.
MSSPageViewController
now publicly conforms to UIScrollViewDelegate
.
0.3.5
Minor code cleanup.
Updated
- Added prefix to category methods.
0.3.4
Minor page view controller enhancements.
Added
- Added ability to perform page transitions in
MSSPageViewController
without animation.
0.3.3
Numerous bug fixes.
Fixed
- Fixed issue with navigation bar rendering incorrectly.
- Fixed display issues in tabs where content would not be visible.
0.3.2
Added support for App Extensions.
Added
- Added support for App Extensions by removing unavailable
UINavigationBar
components.