我正在尝试在一天中的某个时间执行一项操作。
我不想使用UILocalNotification
,因为如果发生任何事情,我不希望用户离开。
我目前的代码是:
[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(fire:) userInfo:nil repeats:NO];
我正在尝试在一天中的某个时间执行一项操作。
我不想使用UILocalNotification
,因为如果发生任何事情,我不希望用户离开。
我目前的代码是:
[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(fire:) userInfo:nil repeats:NO];