Initialization

Import our SDK into the created pod, using CocoaPods, to setup the Gameball Widget in the best way for your use-case.

In order to use Gameball you must configure a GameballApp.

  • Import our pod to your viewController

import GameBallSDK
  • Create a global GameballApp variable in your viewController to access anywhere within your viewController

let gameball =  GameballApp()

Last updated