Package apple.uikit.protocol
Interface UIViewControllerRestoration
-
- All Known Implementing Classes:
ABPersonViewController
public interface UIViewControllerRestorationA class must implement this protocol if it is specified as the restoration class of a UIViewController.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIViewController_viewControllerWithRestorationIdentifierPathCoder(NSArray<java.lang.String> identifierComponents, NSCoder coder)
-
-
-
Method Detail
-
_viewControllerWithRestorationIdentifierPathCoder
UIViewController _viewControllerWithRestorationIdentifierPathCoder(NSArray<java.lang.String> identifierComponents, NSCoder coder)
-
-