Search code examples
iosuiscrollviewuipageviewcontrolleruipagecontrol

UIPageViewConrtoller or Scroll View


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!

Home Screen

Home Screen 2

enter image description here

1: enter image description here


Solution

  • 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