kuuuurt / multiplatform-paging

Kotlin Multiplatform library for Pagination
Apache License 2.0
250 stars 22 forks source link

Add SwiftUI Support #24

Open colintheshots opened 2 years ago

colintheshots commented 2 years ago

The current implementation for iOS only works with UiKit for populating a paged list. However, many projects have switched entirely over to SwiftUI for their UI implementation.

It would be nice to have a working SwiftUI example for this library.

kuuuurt commented 2 years ago

Hi @colintheshots. @joreilly has a great example for this! Here's the link

colintheshots commented 2 years ago

Nice. That example or a very similar one should be integrated into this repository so others can find it.

kuuuurt commented 2 years ago

@colintheshots i agree! for now, i added a section for Compose and SwiftUI linking to the repo for now. I'll add an own example in the future when the time allows me to but for now, I think this can point people in the right direction. 🙂