Samira Lima
Samira Lima

Reputation: 1

Tab Bar in IOS application

hi guys i am beginner IOS developer, How do this part ( Tab Bar at the Botton of the screen ) in my application??

I marked on the picture:

Upvotes: 0

Views: 58

Answers (2)

Redssie
Redssie

Reputation: 181

Taier answer is probably what you need. Otherwise you have plenty of tutorials on the internet:

https://www.simplifiedios.net/tab-bar-ios-swift-tutorial/ https://code.tutsplus.com/tutorials/ios-from-scratch-with-swift-exploring-tab-bar-controllers--cms-25470

make custom tab bar: https://guides.codepath.com/ios/Creating-a-Custom-Tab-Bar

also youtube is a good source of information and tutorials. Good luck!

Upvotes: 1

Taier
Taier

Reputation: 2119

Welcome here!

You could create a project from a template with an already implemented tab bar, and just copy the code from that project to yours.

enter image description here

Upvotes: 0

Related Questions