Show ECSlidingViewController on top of the TopViewController

90 Views Asked by At

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

1

There are 1 best solutions below

2
On

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.