need advise about NSClassFromString
- by RAGOpoR
according to this code
i dont understand about NSClassFromString
how did i know "viewControllerName"
can i use it from another source ?
could you please tell me more information how to use NSClassFromString?
UIViewController *viewController = [[NSClassFromString(viewControllerName) alloc] init];