[Swift] Make a Journal-like Infinite Scrolling View with UIPageViewController

Scroll a view forwards and backwards infinitely and show data accordingly like a journal

Penny Ng
Geek Culture

--

I made an infinite scrolling view with UICollectionView months ago because I was actually trying to make a journal-like view that can scroll both forwards and backwards infinitely and display data accordingly.

I separated it into two articles: one is about how to make an infinite scrolling view with UICollectionViewCell, and the other is about how to nest a UITableView inside a UICollectionViewCell and pass data to the embedded UITableView👇🏻

--

--

Penny Ng
Geek Culture

A passionate self-taught  iOS developer. Write to record my learning and share the knowledge