ios - How to make SWRevealViewController slide "over" the main view controller not "push" it out? -


i'm using swrevealcontroller swift , working how suppose tweak little.

when bring out menu, either sliding or pressing button, new view comes out while pushing main view controller side.

what have slide on main view controller main view controller stays new view controller sliding on top of it.

does make sense? example can think of on reddit news app android. slide out menu doesnt effect main view controller slides out on top of it. (i know different in android)

is possible while using swrevealviewcontroller class?

what you're trying isn't expected behavior of swrevealviewcontroller , require low level coding tweak animation way you're describing.

however i'd recommend using pod instead https://github.com/jonkykong/sidemenu. it's updated version , can see provides several animations choose from, 1 you're looking slide in. it's documented.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -