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 更努力,但我看不到你以任何其他方式实现你想要的。
我的 ViewModel 包含一些对象(IEnumerable)的集合。集合中的项目按行显示在标签中。当我提交表单时,它会触发提交 jQuery 函数来验证自己。我需要从显示的表中获取值并转换为对象。
看一下这个:
// // the table to display my collection content <div id="publications">