ios - Create left navigation bar - Swift -


i want create left navigation bar in swift. have table view navigation options. when user swipes left, want navigation bar appear , take 1/3 of screen. remaining 2/3 of screen displaying current view user on.

any appreciated.

thanks.

if want create own side-menu/hamburger view in swift, can refer blog or tutorials like: http://www.appcoda.com/sidebar-menu-swift/

and if want use third party, there lot of them available on cocoacontrols.com


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -