CGA_InfoViewController
class CGA_InfoViewController : CGA_BaseViewController
-
The label at the top, with the app name and version.
Declaration
Swift
@IBOutlet weak var titleLabel: UILabel!
-
The main text body.
Declaration
Swift
@IBOutlet weak var infoTextView: UITextView!
-
Called just after the view hierarchy has loaded.
Declaration
Swift
override func viewDidLoad()
-
Called just before the view will disappear.
Declaration
Swift
override func viewWillDisappear(_ inAnimated: Bool)
Parameters
inAnimated
ignored, but passed to the superclas.