From a4919b6c94b5298c5d820a12d9dd41ff005fa542 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 11 Nov 2015 10:56:22 +0000 Subject: moved old ios-swift files to the subdirectory src/ui/ios/old-swift --- src/ui/ios/gf-ios-swift/HelpViewController.swift | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/ui/ios/gf-ios-swift/HelpViewController.swift (limited to 'src/ui/ios/gf-ios-swift/HelpViewController.swift') diff --git a/src/ui/ios/gf-ios-swift/HelpViewController.swift b/src/ui/ios/gf-ios-swift/HelpViewController.swift deleted file mode 100644 index 7f924bcd4..000000000 --- a/src/ui/ios/gf-ios-swift/HelpViewController.swift +++ /dev/null @@ -1,24 +0,0 @@ -import UIKit - -// The HelpViewController only contains static text and a back button -class HelpViewController: UIViewController { - - @IBOutlet weak var helpView: UIWebView! - - // Closes the view when the back button is blicked - @IBAction func backToMain(sender: UIButton) { - dismissViewControllerAnimated(true, completion: nil) - } - - override func viewDidLoad() { - super.viewDidLoad() - - // Sets the HTML for the UIWebView - self.helpView.loadHTMLString("

HTML goes here

", baseURL: nil) - } - - override func didReceiveMemoryWarning() { - super.didReceiveMemoryWarning() - } - -} -- cgit v1.2.3