Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据要求,我只需要事件存储中的最少输入即可将事件添加到日历。
所以我想隐藏/删除受邀者并从 EKEventEditViewController 重复。
有什么办法可以做到吗?
我想您是在谈论 EKEventEditViewController 中受邀者和重复选项的显示吗?
在查看了 EKEventEditViewController 的当前 API 之后,它看起来似乎没有办法。
但是,您可以创建一个自定义视图控制器,复制 EKEventEditViewController 的外观减去您不感兴趣的事件选项。您需要构建接口、编写视图控制器和委托接口。这比使用 EKEventEditViewController 更努力,但我看不到你以任何其他方式实现你想要的。