diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-15 10:33:31 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-15 10:33:31 +0100 |
| commit | 735f5ff76f79ca53a1b2ed8cc0e13a75c9a01f5d (patch) | |
| tree | 707e0f575302284d17345f61899569ab16711ff2 /src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift | |
| parent | 422248f11fdb1aa76af72bee67d30ea8d63fa892 (diff) | |
Remove `src/ui` folder, moved to:
https://github.com/GrammaticalFramework/gf-offline-translator
Diffstat (limited to 'src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift')
| -rw-r--r-- | src/ui/ios/old-swift/gf-ios-swift/HelpViewController.swift | 24 |
1 files changed, 0 insertions, 24 deletions
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><body><h1>HTML goes here</h1></body></html>", baseURL: nil) - } - - override func didReceiveMemoryWarning() { - super.didReceiveMemoryWarning() - } - -} |
