ios – 错误:语义问题:接口类型不能静态分配?

ios – 错误:语义问题:接口类型不能静态分配?,第1张

概述什么是“错误语义问题:接口类型不能静态分配”是什么意思? 这是错误的行: UIViewController imageWithCaptionController = [[UIViewController alloc] initWithNibName:@"ImageWIthCaption" bundle:nibBundleOrNil]; 谢谢 Patrick 你可能在imageWithCaptio 什么是“错误:语义问题:接口类型不能静态分配”是什么意思?

这是错误的行:

UIVIEwController imageWithCaptionController = [[UIVIEwController alloc] initWithNibname:@"ImageWIthCaption" bundle:nibBundleOrNil];

谢谢
Patrick

解决方法 你可能在imageWithCaptionController之前缺少’*’,你的行应该是

UIVIEwController *imageWithCaptionController = ...
总结

以上是内存溢出为你收集整理的ios – 错误:语义问题:接口类型不能静态分配?全部内容,希望文章能够帮你解决ios – 错误:语义问题:接口类型不能静态分配?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1087002.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存