Create objective-c class instance by name?

id object = [[NSClassFromString(@"NameofClass") alloc] init];

Leave a Comment