What does "error: Semantic Issue: Interface type cannot be statically allocated"
means ?
This is the wrong line:
UIViewController imageWithCaptionController = [[UIViewController alloc] initWithNibName:@"ImageWIthCaption" bundle:nibBundleOrNil];
thanks Patrick