From 89c34989343f98328e7f3a6e6c612dde57a111ff Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 22 Jul 2015 21:56:47 +0100 Subject: [PATCH] Updated GamesViewController for new Swift beta SDK --- Delta/GamesViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delta/GamesViewController.swift b/Delta/GamesViewController.swift index 1bc025c..cab52db 100644 --- a/Delta/GamesViewController.swift +++ b/Delta/GamesViewController.swift @@ -27,7 +27,7 @@ class GamesViewController: UITableViewController super.init(style: style) } - required init(coder aDecoder: NSCoder) + required init?(coder aDecoder: NSCoder) { if let documentsDirectoryURL = NSFileManager.defaultManager().URLsForDirectory(NSSearchPathDirectory.DocumentDirectory, inDomains: NSSearchPathDomainMask.UserDomainMask).first {