algolia / instantsearch-ios-examples

Example apps built with InstantSearch iOS
https://community.algolia.com/instantsearch-ios/
MIT License
66 stars 19 forks source link

SwiftUI demo? #19

Closed alelordelo closed 2 years ago

alelordelo commented 3 years ago

Any SwiftUI demo available?

alelordelo commented 3 years ago

Update:

Found the SwiftUI example by @VladislavFitz , but getting this error on build:

'notifyForInfiniteScrolling' is inaccessible due to 'fileprivate' protection level

Anyone ran into same issue, or know of another SwiftUI example?

VladislavFitz commented 3 years ago

Hi @alelordelo,

The existing SwiftUI demo is a prototype and is not a recommended implementation. The work on SwiftUI integration is in active progress. I just published a SwiftUI branch in the InstantSearch repository that will make this prototype compile. You can use this branch in your project in the meantime. Don't hesitate to communicate any issues/requests in the issues section of this repository.