我的应用程序中有各种ViewController。在其中一个上,我希望在VC加载时向用户显示一次警报。我已经按照说明在导入部分下设置了一个全局变量:vardisalert:Bool=true在我得到的函数中:ifdisalert{letactionSheetController:UIAlertController=UIAlertController(title:"How-touseHolidayList",message:"messagehere",preferredStyle:.Alert)//CreateandaddtheCancelaction//Createandanoptio