reddit-swiftui icon indicating copy to clipboard operation
reddit-swiftui copied to clipboard

Pagination

Open reinhardt1053 opened this issue 5 years ago • 3 comments

Any plan to add pagination to the post list?

reinhardt1053 avatar Oct 07 '19 09:10 reinhardt1053

I haven't gotten around to something like that, as I was mostly focusing on #5. However, feel free to try implementing it. It sounds like it'd be a good first issue.

carson-katri avatar Oct 14 '19 13:10 carson-katri

I’m giving it a shot but oh my, Reddit API is complicated for pagination.

banaslee avatar Jun 08 '20 21:06 banaslee

Quick update on pagination: I was able to figure out Reddit API and got to do pagination with buttons on macOS.

Doing infinite scrolling is a different beast and realised now my approach won't work with infinite scrolling as far as I know.

Feedback is very welcome as I feel a bit blocked at the moment. Branch at https://github.com/banaslee/reddit-swiftui/tree/pagination.

banaslee avatar Jun 09 '20 18:06 banaslee