开发者

Starting count down timer app

开发者 https://www.devze.com 2023-04-11 03:54 出处:网络
In iPhone, under clock, we\'ve count down timer and when timer expires it plays alarm. So, from my app, I want to start the count down timer. 开发者_开发百科So whether my app is running or not, I\'ll

In iPhone, under clock, we've count down timer and when timer expires it plays alarm. So, from my app, I want to start the count down timer. 开发者_开发百科So whether my app is running or not, I'll get alarm. Apart from UILocalNotification, is there any solution?


I think I make my comment an answer...

If you want it to work also if your app gets killed, UILocalNotification is your (only) friend.

0

精彩评论

暂无评论...
验证码 换一张
取 消