Any assistance on how to achieve this would be greatly appreciated.
Thanks!
I don’t know if you use SwiftUI, but I would suggest a scroll view as root. inside that view I would add a HStack view for each carousel. I think you can make a carrousel with a scroll view and can image that you can set the scroll direction as a attribute. Google is your friend.
Thanks for your help. I’m soooo new to this I didn’t even know what words to google. All responses aid in my development so I’m grateful. I don’t use SwiftUI yet so HStack and root are foreign to me right now lol I know how I want it to look, I just don’t know where to start.
These are most likely collection views. Before trying to build your own app it’s useful to get to know the different objects in the object library, so you can pin point what objects are used to create certain apps.
Checkout the app roadmap by Chris to figure out what you need to learn to build your own idea.