instantsearch-ios-examples icon indicating copy to clipboard operation
instantsearch-ios-examples copied to clipboard

SwiftUI demo?

Open alelordelo opened this issue 4 years ago • 2 comments

Any SwiftUI demo available?

alelordelo avatar Mar 16 '21 18:03 alelordelo

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?

alelordelo avatar Mar 16 '21 20:03 alelordelo

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.

VladislavFitz avatar Mar 17 '21 16:03 VladislavFitz