nalexn/clean-architecture-swiftui

How do I add pagination?

vasicer opened this issue · 0 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?