-
Notifications
You must be signed in to change notification settings - Fork 608
Add a delegate to signal animation completion #6
Copy link
Copy link
Open
Labels
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
Reactions are currently unavailable