ios加载指定的类
NSString* ViewControllerName=@"ClassName";
UIViewController* targetViewController=[[NSClassFromString(ViewControllerName) alloc]
initwithNibName:@"XibName" bundle:nil];
NSString* ViewControllerName=@"ClassName";
UIViewController* targetViewController=[[NSClassFromString(ViewControllerName) alloc]
initwithNibName:@"XibName" bundle:nil];