I'm a student dev and I'm making an app for my school and I wanted to see how to implement the user scrolling through the cards in my app in a single view, and I wanted to know what would be better to implement by using a UIScrollView or a PageViewController? I have added my prototype designs to give you a better idea of what I'm talking about. Thanks guys!
1:
You can use Collection View and table view which is very easy to handle if there are more content to show. Scroll view and page controller are the secondary component to show content in scrolable fashion