我的代码中使用 addsubview 添加了一个 childviewcontroller。例子:
Chidviewcontroller *child=[Chidviewcontroller alloc]intwithnibname:child....];
[parentviewcontroller.view addsubview:child.view];
现在的问题是,当我在 childviewcontroller 中工作时:不允许访问 childviewcontroller 中的任何 parentviewcontroller 对象甚至不允许导入 Parentviewcontrollerr.h 文件,它显示错误:-UnknownTypeName
我已阅读此链接。
但是仍然不允许我导入和制作 parentviewcontroller 的对象请帮助我如何解决这个问题并执行此操作