I’m working on a personal project and in the journey to do so I would like to learn Swift and Swift UI with Xcode.
I’m running into a problem right now, I would like to implement a top bar to my app with three elements : A streak count (data I fetch in supabase), A Coin count same thing, and the main problem a dropdown button that allows me to switch in between different views
You can check out the image I’ve linked to see what I would like it to look like.
Top Bar Design
Thanks to those who will try to help me.
I tried doing it With a tab view but Since I already had one on the bottom, I wanted to use an other method so one an other wouldn’t conflict with each other. And I didn’t manage to add a dropdown button that switches in between view.
Souris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.