First steps
Add the dependency to your Podfile
Add PlayerView to your view hierarchy
Load your content into the player
<ID> placeholders with the real identifiers for your project and content.
After running the app, the player should load.
How it works
The PlayerView uses a WKWebView under the hood to load the Web Player and provides a Swift interface which binds to the underlying JavaScript API. You can check the API compatibility between the iOS and the Web player in the compatibility settings. To understand how the underlying Web Player works, please refer to its documentation.How to configure it
The preferred way to configure the player is by logging into the BeyondWords dashboard, going to the Player tab, and changing its settings. However, you can also override properties at the app level, for example:iOS SDK Github repository
iOS SDK Documentation
View the iOS SDK documentation in our GitHub repository