Navigation Drawer

In this blog post I am going to show you how to create a very useful application template which uses NavigationDrawer(sometimes called as hamburger or side menu) and UITabBarController. This is how our application will look when we are done with this tutorial: Picture 1 As usual I will record a video tutorial and this…

Read More Mobile App with UITabBarController + Sliding Side Menus

In this video I am going to show you how to create a left side navigation menu which is also some times called “Navigation Drawer”. Navigation drawer is a very popular design pattern used in modern mobile apps and I am sure you have come across so many times. Navigation drawer is a panel that…

Read More Left side menu (Navigation Drawer) example with Swift