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.
我正在尝试为用户获取日历选择器视图。这样用户就可以选择在应用程序中显示哪些日历,哪些不显示。有谁知道在 EventKit 框架或类似框架中是否有任何帮助?我将非常感谢任何帮助或指示!
就像苹果日历应用程序中的这个:
谢谢!
API 中没有这样的默认选择器,但您可以重新创建它,通过使用 grouped UITableView,您必须创建自己的UIImageView's和开/关逻辑,然后将您的子视图添加到UITableViewCell contentView属性中。
UITableView
UIImageView's
UITableViewCell
contentView