我有一个名为SurveyQuestion的UIViewController子类。我为我的应用程序使用了一系列这些。我用这一行得到了当前可见的Controller:SurveyQuestion*currentQuestionController=[self.navigationControllervisibleViewController];一切正常,但Xcode给我一个警告Incompatiblepointertypesinitializing'SurveyQuestion*__strong'withanexpressionoftype'UIViewController*'我知道这是因