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
You're probably missing '*' before imageWithCaptionController, your line should be
UIViewController *imageWithCaptionController = ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With