Interface UIViewControllerRestoration

  • All Known Implementing Classes:
    ABPersonViewController

    public interface UIViewControllerRestoration
    A class must implement this protocol if it is specified as the restoration class of a UIViewController.
    • Method Detail

      • _viewControllerWithRestorationIdentifierPathCoder

        UIViewController _viewControllerWithRestorationIdentifierPathCoder​(NSArray<java.lang.String> identifierComponents,
                                                                           NSCoder coder)