-
Notifications
You must be signed in to change notification settings - Fork 155
Issues with tabBarController #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for using TransitionButton. Can you please provide more information ? what's the issue exactly ? and if you have a demo example project with the issue it will help to provide a solution |
I do have a demo project. I am using the transitionbutton to make the sequence of moving from the login screen/ sign up screen to the main controller easier. It all starts with this login button that I created
When this button is pressed I run the function handleLogin
Inside this function I start and stop the animation at appropriate times based on whether the login can occur or not. Once all that is said and done i run this function which should stop the animation with a fade out similar to how it does in the example code.
The homeController is this one
It is a tabBarController which houses all the views that encompass my app. This one can't conform to the delegate that is required of the second view controller. Which causes the fade out animation to never occur. How would I accomplish that goal in this instance |
@AladinWay doesnt seem like it makes use of the library |
Sorry, can you explain your point ? |
I want to use the fade animation that comes with the button @AladinWay |
The custom fade animation that comes with the library needs to be used when you present a view controller like
|
So I am trying to accomplish this but the setup of my app is a tabBarController which contains the main controllers not just a simple UIViewController. How would I make that work in that case
The text was updated successfully, but these errors were encountered: