I want to create a side menu that should load on top of the main view controller.
I have done RevealViewController
, but thats not what I want. When the side menu comes my main view controller should be blur.
This is what I want.
I want to create a side menu that should load on top of the main view controller.
I have done RevealViewController
, but thats not what I want. When the side menu comes my main view controller should be blur.
This is what I want.
Copyright © 2021 Jogjafile Inc.
cant you just add a blur layer between the two VCs every time you call your
presentSideMenu
and remove onremoveSideMenu
?