标签:
NSDictionary * d=@{@"name":@"zefeng"};
NSString * name =[[d allKeys]objectAtIndex:0];
[self presentViewController:[[NSClassFromString(name) alloc]init] animated:YES completion:nil];
标签:
原文地址:http://www.cnblogs.com/xiezefeng/p/4989183.html