QuizResultViewController - Ben-Stacey/COSC345 GitHub Wiki

QuizResultViewController

The view controller for the quiz result screen. Displays result.

public class QuizResultViewController: UIViewController 

Inheritance

UIViewController

Properties

resultLabel

@IBOutlet weak var resultLabel: UILabel!

result

var result = 0

Methods

viewDidLoad()

Loads the view controller and sets the result label to result

public override func viewDidLoad() 

onClickHome(_:)

Navigates to the quiz title when pressed.

@IBAction public func onClickHome(_ sender: Any) 

Parameters

  • sender: allows method to be sent anything