XLPagerTabStrip v2.0.0 Release Notes

    • โž• 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.