我有一个前视图和一个翻转视图,就像实用天气应用程序一样。
为了避免处理协议的复杂性……在我的 FlipView 上,我需要调用一些驻留在我的前视图中的代码。这有效......但在编译期间会产生警告。
[self.parentViewController returningFromGetStringView];
警告(显示两次):
'UIViewController' may not respond to '-returningFromGetStringView'
'UIViewController' may not respond to '-returningFromGetStringView'
该方法肯定存在......并且执行得很好......但是为什么会出现警告???