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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Swift 100.0%