Create Tab Bar Controller Programmatically Swift 5 Xcode 11

iOS Tutorial


Hello everyone and welcome to my channel. I am Yash and Today we will learn how to create a Tab Bar Controller Programmatically.

Tab bars are a great way to organize your app. One of the best examples of a tab bar is the phone app on our iPhones.

Thank You 🙂


Tab Bar with Storyboard


Tab Bar Programmatically

How to Create WebView in Swift 5 Xcode 11

iOS Tutorial


Hello everyone and welcome to my channel. I am Yash and Today we will learn how to show webpages inside your app. We will be learning two ways of displaying the results of the web addresses. First, we will use SafariServices to display the contents of a URL. Second, we will use a WebView.

What is the difference? SafariServices is a much simpler solution compared to WebView. WebView is much more flexible in terms of intended modification.

Thank You 🙂



Download Project File

Swift UIPickerView Tutorial

iOS Tutorial


Hello everyone and welcome to my channel. I am Yash and Today we will learn how to create a UIPikcerView in Swift.

UIPickerView is an iOS implementation of a Dropdown menu or Dropdown list we see on the website.

Thank You 🙂

FlatIcon: https://www.flaticon.com/


Pickerview Tutorial in Swift

Download Project File

Swift UITableView with Custom Cells

iOS Tutorial


Hello everyone and welcome to my channel. I am Yash and Today we will learn how to create a tableview with a custom cell.

UI Table View is used to show a collection of objects. I hope you like this video. If you have any questions, comments or requests post them in the comment section below.
Thank You 🙂

FlatIcon: https://www.flaticon.com/


Tableview custom cells in swift

Download Project File

UIDatePicker for UITextField

iOS Tutorial


Hello Programmers and welcome back to my channel. In this video, we will learn how to use UIDatePicker as input for UITextField. UIDatePicker is similar to drop-down menu. It can be set to different input modes such as time, date, time/date, or timer.

Using UIDatePicker limits the user to input just time as compared to the keyboard where the user can input whatever he wishes.