ThornTechPublic / LeftSlideoutMenu

Create a simple left slideout menu with Swift
http://www.thorntech.com/2015/06/want-to-implement-a-slideout-menu-in-your-swift-app-heres-how/
89 stars 24 forks source link

Possible to make the menu overlap the underlying view? #3

Closed karlingen closed 8 years ago

karlingen commented 8 years ago

Instead of pushing it to the side, how can I make it overlap the entire content?

Like this https://github.com/dekatotoro/SlideMenuControllerSwift

chenr2 commented 8 years ago

Unfortunately, my slideout menu is setup for panning the whole thing side-to-side.

I skimmed through code in the link you provided, and it's actually a very good find. Thank you! Does dekatotoro's slideout implementation work for your needs, since the slideout menus overlap the main content?

karlingen commented 8 years ago

It sure does :)

chenr2 commented 8 years ago

@karlingen So, this question has been hanging over my head for some time, and is part of what inspired me to create a new slideout menu that supports customizable animations: http://www.thorntech.com/2016/03/ios-tutorial-make-interactive-slide-menu-swift

The animation in the tutorial currently has the menu underlapping the main content. But it should be easy for anyone to customize the animation to overlap, come out of the right side, or add 3D effects, etc.

karlingen commented 8 years ago

Wow, amazing news! Will definitely try this out :)