1
有沒有人知道EKEventStatus
的含義?我搜查了蘋果的文檔,但我仍然無法理解其含義。我想獲取日曆數據庫中狀態未完成或撤消的事件。感到困惑EKEventStatus
EKEventStatusNone
The event has no status
Available in iOS 4.0 and later
EKEventStatusConfirmed
The event is confirmed
Available in iOS 4.0 and later
EKEventStatusTentative
The event is tentative
Available in iOS 4.0 and later
EKEventStatusCanceled
The event is canceled
Available in iOS 4.0 and later
有沒有一種特定的方法可以返回一個'EKEventStatus'?你有一些代碼可以證明你的工作不正常嗎? – stevekohls
我正在編寫一個應用程序,它可以讓用戶知道他們的日曆和提醒中有多少撤消事件。但是,我不知道我可以使用哪種方法來達到這個目的?我想知道什麼是「EKEventStatusNone」,「EKEventStatusConfirmed」,「EKEventStatusTentative」,「EKEventStatusCanceled」 –
這會幫助你與實施日曆和活動的基本知識:https://developer.apple.com/library/prerelease/ IOS /文件/數據管理/概念/ EventKitProgGuide /簡介/ Introduction.html – stevekohls