0

I have my projet running smooth but I don't want my project to anchor on top right side. Is there a way to make the ECSlidingViewController show on top of its topViewController.

Thanks

Bryan ORTIZ
  • 306
  • 3
  • 17

1 Answers1

0

I looked at this a while back. I won't say that it is not possible (you could always fork the repo and implement it :), but I decided to go with https://github.com/ykyouhei/KYDrawerController instead.

Daniel Saidi
  • 6,079
  • 4
  • 27
  • 29
  • Thanks for your reply. I'd like to stick, as much as possible, to `ECSlidingViewController` if it allows me to show it on top of the other view. If it can't, I'll just try to go for your solution with `KYDrawerController` – Bryan ORTIZ Nov 29 '16 at 10:57
  • Whenever you reach a decision, I am very interested in hearing what you decided. – Daniel Saidi Dec 18 '16 at 19:03