swift – Recommendation library for displaying chess UI in iOS app

0
79


I must discover a solution to show a chess UI in my iOS app.

I wish to have one thing much like what Lichess has. The distinction is that my app is native iOS app, not cross platform.

I need not assist the precise sport course of (neither between two people, nor vs AI). I want the UI to have the ability to show the sport that already occurred, load FEN/pgn, transfer ahead/backward alongside the sport historical past, possibly assist sport evaluation (as in make strikes branching off the principle sport course).
Please, advise some good iOS libraries.
Alternatively, I thought of utilizing chessboardjs (from chessboardjs.com), however I couldn’t work out how to try this in WKWebView.

Thanks upfront for any assist.