Gameball’s views are accessible through the code below. You just need to use it on any button action.
guard let vc = self.gameballApp?.launchGameball() else {return}vc.modalPresentationStyle = .fullScreenself.present(vc, animated: true, completion: nil)
You must first register your API Key and a player before accessing the views.