Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Show Selected Tab Images #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caseyoneill
Copy link

Bug fix that allows the vertical tab bar to have the option to show selected tab images instead of just the highlighted gradient. This is a standard feature on the UITabBarController and should be supported by FSVerticalTabBarController.

To test, instead of setting the tabBar image directly use the following code:

 [tabBarItem setFinishedSelectedImage:[UIImage imageNamed:@"selected_image.png"] withFinishedUnselectedImage:[UIImage imageNamed:@"image.png"]];

…option to show selected tab images instead of just the highlighted gradient.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant