Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 371 Bytes

File metadata and controls

8 lines (5 loc) · 371 Bytes

iMessageGameExample

Example of how to set up an iMessage game to your code quickly

Start off with creating a MessagesViewController.swift that inherits from iMessageGame.MessagesVC

in the init, override the viewDidLoad function to include the scenes so you can switch between them. finally after the scenes are loaded, call super() to complete the set up