Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Releases: msaps/MSSTabbedPageViewController

0.3.11

24 Apr 20:13
Compare
Choose a tag to compare

Maintenance Release - iOS 10 Compatibility fixes.

Fixed

  • #92 Fix issue with navigation bar background and tab bar on iOS 10.

0.3.10

20 Mar 15:26
Compare
Choose a tag to compare

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

  • Deprecated podspec.

Fixed

  • Fixed issue with bar visibility in navigation bar - benzamin #91

0.3.9

03 Feb 14:09
Compare
Choose a tag to compare

Minor fixes to MSSPageViewController.

Fixed

  • Issue where setting dataSource could lead to unwanted initialisation problems with view controllers #90.

0.3.8

25 Aug 15:10
Compare
Choose a tag to compare

Minor fixes to MSSPageViewController reliability.

Fixed

  • Fixed issue where MSSPageViewController could provide incorrect position updates.

0.3.7

24 Aug 14:37
Compare
Choose a tag to compare

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

16 Aug 20:01
Compare
Choose a tag to compare

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

16 Aug 09:40
Compare
Choose a tag to compare

Minor code cleanup.

Updated

  • Added prefix to category methods.

0.3.4

25 Jul 13:04
Compare
Choose a tag to compare

Minor page view controller enhancements.

Added

  • Added ability to perform page transitions in MSSPageViewController without animation.

0.3.3

12 Jul 20:05
Compare
Choose a tag to compare

Numerous bug fixes.

Fixed

  • Fixed issue with navigation bar rendering incorrectly.
    • #73, #57
  • Fixed display issues in tabs where content would not be visible.
    • #70, #72

0.3.2

21 Jun 09:16
Compare
Choose a tag to compare

Added support for App Extensions.

Added

  • Added support for App Extensions by removing unavailable UINavigationBar components.