ResetViewController
final class ResetViewController : UIViewController
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var header1Label: DynamicTypeLabel!
-
Undocumented
Declaration
Swift
@IBOutlet var description1Label: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet var resetButton: ENAButton!
-
Undocumented
Declaration
Swift
@IBOutlet var discardButton: ENAButton!
-
Undocumented
Declaration
Swift
@IBOutlet var infoTitleLabel: DynamicTypeLabel!
-
Undocumented
Declaration
Swift
@IBOutlet var infoDescriptionLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet var infoView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet var subtitleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet var scrollView: UIScrollView!
-
Undocumented
Declaration
Swift
@IBOutlet var footerView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet var imageView: UIImageView!
-
Undocumented
Declaration
Swift
weak var delegate: ResetDelegate
-
Undocumented
Declaration
Swift
@IBAction func resetData(_: Any)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewDidLayoutSubviews()
-
Undocumented
Declaration
Swift
@IBAction func discard(_: Any)
-
Undocumented
Declaration
Swift
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)