Skip to content

Latest commit

 

History

History
91 lines (57 loc) · 3.56 KB

CHANGELOG.md

File metadata and controls

91 lines (57 loc) · 3.56 KB

Change Log

All notable changes to XLPagerTabStrip will be documented in this file.

  • SPM support.
  • Xcode 10.2 and Swift 5.0 support.
  • Minor updates and fixes.
  • Xcode 10 and Swift 4.2 support.
  • Minor updates and fixes.
  • Bug fixes and stability improvements.
  • Support for iPhone X.
  • Xcode 9 support. (Swift 4)
  • Bug fixes and stability improvements.
  • Bug fixes and stability improvements.
  • Swift 3 support
  • Breaking change: Swiftified names of functions (you can see more details about it here)
  • Xcode 8 support. (Swift 2.3)
  • Xcode 7.3 support.
  • Bug fixes and stability improvements.
  • Bug fixes
  • Bug fixes and stability improvements
  • Base code migration from obj-c to swift.
  • Removed XL prefix from all types.
  • selectedBarAlignment added to XLButtonBarView.
  • shouldCellsFillAvailableWidth added to XLButtonBarView.
  • Bug fixes and Stability improvements.
  • Added ability to change look and feel of selected tab.
  • changeCurrentIndexProgressiveBlock added to XLButtonBarPagerTabStripViewController.
  • changeCurrentIndexBlock added to XLButtonBarPagerTabStripViewController.
  • indxWasChanged parameter was added to -(void)pagerTabStripViewController:(XLPagerTabStripViewController *)pagerTabStripViewController updateIndicatorFromIndex:(NSInteger)fromIndex toIndex:(NSInteger)toIndex withProgressPercentage:(CGFloat)progressPercentage indexWasChanged:(BOOL)indexWasChanged;
  • Bug Fix Issue #45: When the current tab is tapped by the user, and later swiping to another tab, the indicator now changes as expected.
  • Bug Fix: When scrolling between tabs with progressive indicator, the indicator now scrolls swiftly. It used to jump for an instant.
  • Bug Fix Issue #54: Twitter PagerTabStrip wasn't loading the navigation title correctly.
  • Bug Fix Issue #32: Demo for Nav Button Bar Example fix.
  • Bug Fix Issue #32: Twitter Pager white dots that mark which tab is currently selected is non selectable now.
  • Bug Fix Issue #22: moveToViewControllerAtIndex: in viewDidLoad or viewWillAppear is not reflected in buttonBarView.
  • Nav Button example added
  • Support for iOS 7.0 and above
  • Twitter pager added
  • Bug fixes and stability improvements
  • Initial release