From 735f5ff76f79ca53a1b2ed8cc0e13a75c9a01f5d Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 15 Nov 2018 10:33:31 +0100 Subject: Remove `src/ui` folder, moved to: https://github.com/GrammaticalFramework/gf-offline-translator --- .../gf-ios-swift/HelpViewController.swift | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift (limited to 'src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift') diff --git a/src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift b/src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift deleted file mode 100644 index 7f924bcd4..000000000 --- a/src/ui/ios/old-swift/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