ExpandedTabBar icon indicating copy to clipboard operation
ExpandedTabBar copied to clipboard

ExpandedTabBar is a very creative designed solution for "more" items in UITabBarController. It's greate experience to have more comfortable and intuitive UI.

Results 4 ExpandedTabBar issues
Sort by recently updated
recently updated
newest added

I just updated to version 3.0.1 and now the container is not appearing. I can see the arrow, the background alpha changes, but the container with my 3 items does...

bug

When the app is changed to multi-tasking (Eg, with other app opened side-by-side), the more popup is not displayed or placed incorrectly and not visible to users.

bug

Hi, It will be great if the number of tabbar items (currently set to 4) can be adjusted according to trait collection. Eg, Limit to 4 when horizontalSizeClass is compact...

enhancement

I needed to navigate to a hidden viewcontroller inside more view programmatically. Had to change visibility of the moreViewControllers variable to public and create a public wrapper function of the...