need advise about NSClassFromString

Posted by RAGOpoR on Stack Overflow See other posts from Stack Overflow or by RAGOpoR
Published on 2010-03-17T10:57:18Z Indexed on 2010/03/17 11:01 UTC
Read the original article Hit count: 188

Filed under:
|

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];

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c