Implementing IGListKit in SwiftUI

383 views Asked by At

I've been building an app with SwiftUI, targeting iOS 15 and have come across a super cool API called IGListKit and would love to implement it into my SwiftUI App.

I don't know much about building views the classic Swift way, but I have a very simple idea.

I'm assuming I can create a UIViewRepresentable of IGListKit and feed props back and forth from my SwiftUI Views to the Swift controller?

I'm unable to find any implementations online and was wondering if it was possible before I attempted to integrate it. I would also appreciate any tips on what I'll need to know before I can properly integrate IGListKit into a SwiftUI app.

Any help is appreciated, thanks in advance!

0

There are 0 answers