我对Xcode比较陌生,我正在构建一个非常简单的闹钟,下面是该应用程序的一小段。我的问题是:如何在触发警报时显示自定义View(即图片或动画),并在其上放置一个“关闭”按钮?提前谢谢你尼古拉-(void)scheduleLocalNotificationWithDate:(NSDate*)fireDate:(NSString*)message{UILocalNotification*notificaiton=[[UILocalNotificationalloc]init];if(notificaiton==nil)return;notificaiton.fireDate=fireDat