InfiniTabBar icon indicating copy to clipboard operation
InfiniTabBar copied to clipboard

A scrolling tab bar with space for infinite items

Results 7 InfiniTabBar issues
Sort by recently updated
recently updated
newest added

I've fixed some memory management issues and also provided flexible tabbar width so when you have 1 item in the last tabbar , the item will not be shown in...

Updated the class to work with Xcode 5 and more generic situations than the provided project

I added a UIPageControl to the tab bar that can be turned on and off. To do this the tab bar now inherits from UIView and and has a subview...

I've added a method to de-highlight if there is any tabbar item selected.

Hi, in the current version in might not be clear to the user that there are more tabs available and that he can swipe to see more of them. It...

In the init: _oldSelectedTabBarItemIndex = -1; // When nothing is selected - (void)infiniteTabBar:(InfiniteTabBar *)tabBar didSelectItemWithTag:(int)tag { // Prevent to fire didSelectItemWithTag: if the item is already selected if (tag ==...