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

Slide menu visual bug pushing and popping view controllers #251

Open
nahuelDeveloper opened this issue Sep 22, 2017 · 1 comment
Open

Slide menu visual bug pushing and popping view controllers #251

nahuelDeveloper opened this issue Sep 22, 2017 · 1 comment

Comments

@nahuelDeveloper
Copy link

I updated my project to Swift 4 to support iOS 11 in my application and im experiencing a strange behaviour when pushing and popping view controllers created programmatically. (In my project I don't use Storyboards or Nibs, so all my view controllers are created programmatically)

When I push a view controller created programmatically onto the SlideNavigationController's stack, the transition animation looks strange. The same thing happens when it is popped from the stack.

I have another pod, a loader (CCActivityHUD), that works fine until I push a programmatically created view controller for the first time. After that, it stops showing on any screen.

I tried using a view controller created via Storyboard and using the method 'instantiateViewControllerWithIdentifier' to access it, and the visual bug disappears!

Has anybody experienced a similar behaviour?

@juliusbtesh
Copy link

Yes, I am also getting a weird behavior that I did not have before the update.
I am using all programmatically created view controllers, no XIBs

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

2 participants