nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I add pagination?

vasicer opened this issue · comments

I am newbie in swiftui.

I am trying to add Pagenation in this feature.
If I try to use append as values in loadable<[Model]> , I will get get-only property error.

Model.value.append($0)

How can i fix it?