UITabBarController

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 these four videos I am going to share with you different ways to create a TabBar for your Swift mobile application. We will also learn how to: Customize TabBar background colour and tint colour, Create a new icon for TabBar item, Add more view controllers to UITabBarController Programmatically switch between TabBar view controllers Navigate…

Read More UITabBarController example in Swift