在我的应用程序中,UIViewController“ProfilVC”是UINavigationController“nav”的一部分。但在另一个场景中,我呈现“ProfilVC”以重用相同的UIViewController,但使用不同的数据。letvc=tweetsStb.instantiateViewController(withIdentifier:"ProfilVC")as!ProfilVCself.present(vc,animated:true,completion:nil)在didSelectRowAt中,我展示了另一个UIViewController。在这里,我需要检查