/swift-tableview-in-pageview-in-tableview-sample

Just sampling. Put the UIPageViewController inside the UITableView and put the UITableView inside it again.

Primary LanguageSwiftMIT LicenseMIT

How to Make the scroll of a TableView inside TableView behave naturally

Just sample, just a note, just for fun

As shown in the next image, the main view is a UITableView. Then inside it should have a UIPageView, and each page of the PageView should have a UITableView.

Result image (GIF)

Other comments

  • If you have the same type, let's think about creating it with UICollectionView.

Reference link