Reputation: 1
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
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
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.
Upvotes: 0