2014-01-29 48 views
1

我有一個按repeatInterval設置UILocalNotification像這樣:UILocalNotification with repeatInterval如何設置完成日期?

UILocalNotification *ln = [[UILocalNotification alloc] init]; 
ln.alertBody   = text; 
ln.timeZone   = [NSTimeZone defaultTimeZone]; 
ln.fireDate   = [self dateFromString:atDate]; 
ln.repeatInterval = NSDayCalendarUnit; 

我想停在指定的日期重複。

我怎樣才能做到這一點?

感謝, 西蒙娜

+0

[UILocalNotification結束日期]的可能重複(http://stackoverflow.com/questions/18077791/uilocalnotification-enddate) – Forrest

回答

相關問題