Interface UIObjectRestoration


  • public interface UIObjectRestoration
    Protocol for classes that act as a factory to find a restorable object during state restoration A class must implement this protocol if it is specified as the restoration class of a UIRestorableObject.
    • Method Detail

      • _objectWithRestorationIdentifierPathCoder

        UIStateRestoring _objectWithRestorationIdentifierPathCoder​(NSArray<java.lang.String> identifierComponents,
                                                                   NSCoder coder)