Skip to content
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

BUG? #64

Open
ghost opened this issue Apr 25, 2020 · 1 comment
Open

BUG? #64

ghost opened this issue Apr 25, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 25, 2020

Hello sir, thanks for your library.
i'm trying to implement it when user logged in to expand the animation then move to the second view controller ( it is like this FirstViewController -> navigationController -> SecondViewcontroller )

but when the animation expend it looks like i see the first viewcontroller pushed then i see it moving to the second... why ? ( btw i'm using performSegue, present not working i don't know why...)

thanks you for your help :)

@ghost
Copy link
Author

ghost commented May 2, 2020

let storyboard = UIStoryboard(name: "Main", bundle: nil) let navController = storyboard.instantiateViewController(withIdentifier: "FinalBuy") as! FinalBuyViewController self.present(navController, animated: true, completion: nil)

trying now like this the transition is working.. but the navbar dont show..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants