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.



13 | arrays

Shell Scripting Tutorial


Hello Programmers, I’m Yash. Sole programmer at planetvearcity – a place where programmers come to learn, build, and grow.

Welcome to the tutorial series on shell scripting. In this video, we will learn how to use arrays in shell scripting. Arrays in shell scripting are a little weird compared to other programming languages. You will know why.



12 | case statement

Shell Scripting Tutorial


Hello Programmers, I’m Yash. Sole programmer at planetvearcity – a place where programmers come to learn, build, and grow.

Welcome to the tutorial series on shell scripting. In this video, we will learn how to use a case statement. If you are familiar with other programming languages than case statement is similar to switch statement.



11 | floating-point operation

Shell Scripting Tutorial


Hello Programmers, I’m Yash. Sole programmer at planetvearcity – a place where programmers come to learn, build, and grow.

Welcome to the tutorial series on shell scripting. In this video, we will learn how to perform floating-point operation operations. Normal commands which we use for performing arithmetic operation don’t work with floating-point.

In order to perform the floating-point operation, we will be making use of bc command. This command is a really powerful precision calculator.

We will be learning how to perform summation, subtraction, multiplication, division, modulo, square root, and also equality check.



10 | arithmetic operation

Shell Scripting Tutorial


Hello Programmers, I’m Yash. Sole programmer at planetvearcity – a place where programmers come to learn, build, and grow.

Welcome to the tutorial series on shell scripting. In this video, we will learn how to perform arithmetic operations. It is going to be fun.

We will be learning how to perform summation, subtraction, multiplication, division, and modulo.