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.



The Ride of a Lifetime

Robert Iger

He knew what he didn’t know.

If the big picture is a mess than the small things don’t matter anyway and you shouldn’t spend time focusing on them.

I much rather take big risks and sometimes fail than not take risks at all.

“Steve built things of the highest quality, not necessarily affordable to all, but he never sacrificed quality in order to attain affordability.”

Now more than ever: innovate or die. There can be no innovation if you operate out of fear of the new.

“Take responsibility when you screw up. In work, in life, you’ll be more respected and trusted by the people around you if you own up to your mistakes. It’s impossible to avoid them; but it is possible to acknowledge them, learn from them, and set an example that it’s okay to get things wrong sometimes.”

“I talk a lot about “the relentless pursuit of perfection.” In practice, this can mean a lot of things, and it’s hard to define. It’s a mindset, more than a specific set of rules. It’s not about perfectionism at all costs. It’s about creating an environment in which people refuse to accept mediocrity. It’s about pushing back against the urge to say that “good enough” is good enough.”

“Be decent to people. Treat everyone with fairness and empathy. This doesn’t mean that you lower your expectations or convey the message that mistakes don’t matter. It means that you create an environment where people know you’ll hear them out, that you’re emotionally consistent and fair-minded, and that they’ll be given second chances for honest mistakes.


Excellence and fairness don’t have to be mutually exclusive. Strive for perfection but always be aware of the pitfalls of caring only about the product and never the people.


True integrity—a sense of knowing who you are and being guided by your own clear sense of right and wrong—is a kind of secret leadership weapon. If you trust your own instincts and treat people with respect, the company will come to represent the values you live by.


Value ability more than experience, and put people in roles that require more of them than they know they have in them.

Ask the questions you need to ask, admit without apology what you don’t understand, and do the work to learn what you need to learn as quickly as you can.”

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.