繁体   English   中英

iPhone上的EKEvent是什么?

[英]what is EKEvent on iPhone?

我想问一个关于iPhone应用程序的问题。

我阅读了Apple发布文档

但是,我不了解EKEvent,有人可以向我解释更多吗? 非常感谢你。

EKEvent和eventWithEventStore用于在日历应用程序中添加/修改事件。 使用其属性来获取/设置事件的标题和描述。

An EKEvent object represents an event added to a calendar in Event Kit.

Use the eventWithEventStore: method to create a new event. Use the properties in the class to get and modify certain information about an event.

You can add and remove alarms from an event with the addAlarm: and removeAlarm: methods.

也许你可以告诉我你想做什么?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM