John-Lluch / SWRevealViewController

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Other
4.52k stars 987 forks source link

How can i get this overlay view with storybord and swift? #796

Open AdnanAfsari opened 6 years ago

AdnanAfsari commented 6 years ago
screen shot 2018-07-14 at 12 30 33
iDevelopper commented 6 years ago

I don't understand the question... Could you elaborate?

AdnanAfsari commented 6 years ago

normally my front view overlay my rear view..but i want my rear to overlay my front view.what i have done sor far.

screen shot 2018-07-14 at 13 44 27

and what i want to get

screen shot 2018-07-14 at 13 42 56
iDevelopper commented 6 years ago

Ah OK. You want the side view above the front view. It is not possible with SWRevealViewController.

You can achieve this with https://github.com/iDevelopper/PBRevealViewController, a library inspired from SW and very similar.

AdnanAfsari commented 6 years ago

ok thank you very much