Skip to content

Add a delegate to signal animation completion #6

@ghost

Description

Hi Colin,

I just finished working on the chapter about Custom transitions, so I was very surprised (and happy) to see that this library in CocoaControls was in fact yours !
Thanks for this awesome library :-)

I would like to implement a "fold" transition with a TabBarController with 2 tabs. But I would like each tab to have a distinct color when selected.
Unfortunately, the horizontal swipe does not go through:

  • (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController

so I don't have a chance to set self.view.tintColor to the right color.

Is there a way to set the toVC tab tintColor when using an horizontal swipe ?

Thanks
Frederic

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions