作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我可以在我的 Cocoa 程序中生成一个使用(例如)Google 的新 CalCalendar
吗?换句话说,我可以设置 CalCalendar
对象的类型吗?我知道我可以阅读它,但似乎没有 [aCalCalendar setType] 方法之类的东西......
最佳答案
没有。在“Creating Calendars ”下,文档指出:
You create a calendar object using the
calendar
class method ofCalCalendar
. Optionally, you can then set the color, notes, or title properties. Currently, you can create iCal calendars only.
正如您在问题中提到的,CalCalendar
对象的 type
属性被定义为只读,这意味着您目前运气不好。
关于cocoa - Cocoa 中有类似 [aCalCalendar setType] 的东西吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10287813/
我可以在我的 Cocoa 程序中生成一个使用(例如)Google 的新 CalCalendar 吗?换句话说,我可以设置 CalCalendar 对象的类型吗?我知道我可以阅读它,但似乎没有 [aCa
我是一名优秀的程序员,十分优秀!