ECSliding を使用していますが、この問題があります。
私のプロジェクトには、次のファイルがあります。
FirstViewController(UIViewController) (topViewController)
LefViewController(UIViewController) (underLeftController)
LeftViewController
にあるタイマーを呼び出す必要があるため、これを my で行いますFirstViewController
。
FirstViewController *first = self.slidingViewController.topViewController;
そして、私はこの警告を受け取ります:
Incompatible pointer types initializing 'FirstViewController *_strong' with an expression of type 'UIViewController *'
すべて正常に動作しますが、可能であれば削除したいと思います。何か案が?