Interface IOSViewControllerListener


public interface IOSViewControllerListener
An IOSViewControllerListener can be added to an IOSApplication via IOSApplication.addViewControllerListener(IOSViewControllerListener). It will receive notification of view events.

The methods will be invoked on the UI thread.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    viewDidAppear(boolean animated)
    Called when the IOSApplication root ViewController has appeared
  • Method Details

    • viewDidAppear

      void viewDidAppear(boolean animated)
      Called when the IOSApplication root ViewController has appeared