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

Forces override on UIViewControllerAnimatedTransitioning methods then crashes #50

Closed
manenga opened this issue May 25, 2017 · 2 comments

Comments

@manenga
Copy link

manenga commented May 25, 2017

Report

The more information you provide, the faster we can help you.

⚠️ Select what you want - a feature request or report a bug. Please remove the section you aren't interested in.

Report a bug

What did you do?

I tried to make delegate methods as your documentation says, but it forces me to add 'override' to each of the two methods. When I do, it runs but crashes. When I leave out both methods it does the same.

What did you expect to happen?

I expected the menu to pop up like in the demo project (which had no errors). I even tried to copy the classes from the demo but they have errors when I add them to my project.

What happened instead?

It crashed & has this error: Redundant conformance of 'ViewController' to protocol 'UIViewControllerTransitioningDelegate'

Your Environment

  • Version of the component: 2.0 & 2.0.1
  • Swift version: 3.0
  • iOS version: 10.3
  • Device: iPhone 7 Simulator
  • Xcode version: 8.3.2
  • If you use Cocoapods: run pod env | pbcopy and insert here
  • If you use Carthage: run carthage version | pbcopy and insert here

Project that demonstrates the bug

n/a

@srj0x0
Copy link

srj0x0 commented Nov 7, 2017

@thebachelor Hi, thanks for your report. Can you give more information about your issue?

@rnkyr
Copy link
Contributor

rnkyr commented Jan 19, 2018

Hey, @thebachelor!
If you still facing the issue please feel free to reopen it and add some code snippets

@rnkyr rnkyr closed this as completed Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants