OddsResultsViewController

OddsResultsViewController offers the game odds presentation UI including all the loading and grouping logic to your application. Instantiate directly by passing the desired sport event and optional tv channel.

All UI customization can be done via Snapscreen.instance?.oddsUIConfiguration

It is recommended to present the OddsResultsViewController modally in a UINavigationController.

  • Constructor for the OddsResultsViewController

    • sportEvent the sportEvent to fetch and display odds for
    • tvChannel the TV channel the sport Event is running on - optional, if not passed, the tvChannel of the sportEvent will be used