RiValT_About_ViewController

@MainActor
class RiValT_About_ViewController : RiValT_Base_ViewController

This is the main view controller for the “About This App” screen (accessed from the global settings popover).

  • The app icon is displayed here.

    Declaration

    Swift

    @IBOutlet
    @MainActor
    weak var appIconImageView: UIImageView?
  • This is the main about text.

    Declaration

    Swift

    @IBOutlet
    @MainActor
    weak var aboutText: UITextView?

Base Class Overrides

  • Called when the view hierarchy has loaded.

    Declaration

    Swift

    @MainActor
    override func viewDidLoad()