gpt4 book ai didi

ios - 本地通知计时器重置

转载 作者:行者123 更新时间:2023-11-29 03:09:02 25 4
gpt4 key购买 nike

我有定时器重置的问题。如何让计时器休息以开始计算通知,这意味着在按下最后一个按钮之前有 200 秒的延迟?

- (IBAction)buttonPressed:(id)sender {
UILocalNotification *localNotification = [[UILocalNotification alloc] init];
localNotification.fireDate = [NSDate dateWithTimeIntervalSinceNow:200];
localNotification.soundName = UILocalNotificationDefaultSoundName;
localNotification.alertBody = @" More Quiz ";
localNotification.timeZone = [NSTimeZone defaultTimeZone];

[[UIApplication sharedApplication] scheduleLocalNotification:localNotification];
}

最佳答案

你不知道。只需调用 cancelLocalNotification: 并安排一个新通知。

关于ios - 本地通知计时器重置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22431233/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com