2011-11-24 137 views
1

我的應用程序在添加到通知中心的後臺調度UILocalNotification。但是,當在通知中心點擊通知時,應用程序將打開,但通知仍保留在通知中心。它怎麼能被刪除?從通知中心清除通知

+0

與此類似[問題](http://stackoverflow.com/questions/5545292/delete-a-uilocalnotification-at- a-certain-indexpath) –

+0

不,我不想取消通知。我想從通知中心(從屏幕頂部拉下來)中清除它,並且該用戶已經啓動並且該應用已經啓動 – RunLoop

+0

試一試[this](http://stackoverflow.com/questions/7773584/can-i-programmatically-clear-my-apps-notifications-from-the-ios-5-notification) –

回答