Snapping Games
Implementation
Live Game Capture Code Example
let snapViewController = SnapViewController.forSportsOperator(configuration: SnapConfiguration(), snapDelegate: self)
snapViewController.isModalInPresentation = true
snapViewController.navigationItem.leftBarButtonItem = UIBarButtonItem(barButtonSystemItem: .cancel, target: self, action: #selector(cancelSnap))
self.present(UINavigationController(rootViewController: snapViewController), animated: true, completion: nil)Camera Permissions Required before Presenting Snap
Recommendations
Present Snap in a UINavigationController
Limit to portrait
Last updated
Was this helpful?