I am using swrevealviewcontroller for slidemenu.
It is working properly.
Problem is when i swipe it push my mainviewcontroller to rightside and show the swrevealmenu on left.
I want swrevealmenu should display on top of my mainviewcontroller.
Is there anyway to acheive this.
Asked
Active
Viewed 157 times
0

ios developer
- 3,363
- 3
- 51
- 111
1 Answers
1
I think that logic of the swrevealviewcontroller is to put side menu as content view controller like parent of every views.
Maybe you should try REFrostedViewController to make menu above another view controller : https://github.com/romaonthego/REFrostedViewController

Nex
- 71
- 2
-
i agree. Is this achievable in SWRevealcontroller ? – ios developer Feb 25 '17 at 10:54
-
I am not rly sure. I suspect that this change is difficult. – Nex Feb 25 '17 at 13:06