Hi Everyone, Can we use Paging3 Common for iOS in ...
# multiplatform
s
Hi Everyone, Can we use Paging3 Common for iOS in SwiftUI in my KMP Project. That Paging3 Common for android compose working but how to use same for iOS in SwiftUI.
c
No:
Copy code
implementation("app.cash.paging:paging-common:3.3.0-alpha02-0.5.1")
                implementation("app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1")
s
@chrisjenx So, it’ll work in SwiftUI, I mean if scroll to down, it’ll load more data?
c
Oh sorry i misread your question
No if you are using SwiftUI not compose then you need to find an equivilent swift library
the cash app paging library is if you want to use paging3 on compose multi platform
s
Yes, I already used that, but it’s working at android side fine, but not in iOS
c
Yeah, Compose != SwiftUI, they are different presentation layers. Not an iOS dev so I would start looking for SwiftUI paging libs