Package apple.uikit.protocol
Interface UIObjectRestoration
-
public interface UIObjectRestorationProtocol 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIStateRestoring_objectWithRestorationIdentifierPathCoder(NSArray<java.lang.String> identifierComponents, NSCoder coder)
-
-
-
Method Detail
-
_objectWithRestorationIdentifierPathCoder
UIStateRestoring _objectWithRestorationIdentifierPathCoder(NSArray<java.lang.String> identifierComponents, NSCoder coder)
-
-