Im using a TabBarController with fadeIn and fadeOut transition modes.
My issue is that some subviews of one of the presenting view controllers are setting the alpha back to 1 after I animated them with fadeOut before exiting the view controller.
It sounds like a problem with the fade transitions used between view controllers and views being animated as well.
Update: Problem persist after removing the subview fade animation. Seems to be completely related to the transition mode.
Using version 1.1.2 of cocoapods.
Im using a TabBarController with fadeIn and fadeOut transition modes.
My issue is that some subviews of one of the presenting view controllers are setting the alpha back to 1 after I animated them with fadeOut before exiting the view controller.
It sounds like a problem with the fade transitions used between view controllers and views being animated as well.
Update: Problem persist after removing the subview fade animation. Seems to be completely related to the transition mode.
Using version 1.1.2 of cocoapods.