stringFromViewControllerClass: |
- ( NSString *) stringFromViewControllerClass: (Class ) theClass;
Callback method that MOViewController's -stateDictionaryIgnoringContentState: will call to get a name to archive for a given controller class. See the documentation for MOViewController's +setViewControllerClassLoader: for more information.
- theClass
- The class that is being written to a state dictionary.
viewControllerClassFromString: |
- ( Class ) viewControllerClassFromString: (NSString *) className;
Callback method that MOViewController's +viewControllerWithStateDictionary:ignoringContentState: will call when it encounters a class name in a state dictionary. See the documentation for MOViewController's +setViewControllerClassLoader: for more information.
- className
- The name of the class that needs to be loaded.
(Last Updated 3/20/2005)