Leaderboards - Ben-Stacey/COSC345 GitHub Wiki

Leaderboards

View Controller for the Leaderboards

public class Leaderboards: UIViewController 

Inheritance

UIViewController

Properties

LeaderboardTable

When the maori button is clicked it stores that and displays it on the screen

@IBOutlet public weak var LeaderboardTable: UITableView!

Parameters

  • any: [in] allows method to be sent anything

Methods

viewDidLoad()

Loads the View Controller

public override func viewDidLoad()