- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Eventkit 框架中的 EkSource 类来创建自定义日历,但是,当我在 ios 4.3.3 中运行应用程序时。我收到以下错误:-
2012-04-03 14:49:36.522 TimeFix[791:707] -[EKEventStore sources]: unrecognized selector sent to instance 0x252a00 2012-04-03 14:49:36.590 TimeFix[791:707] *
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[EKEventStore sources]: unrecognized selector sent to instance 0x252a00'
但是当我使用 ios 5.0 ipod 运行应用程序时,自定义日历工作正常。所以请告诉我 ios 4.3.3 的问题是什么。
最佳答案
您的错误表明您可能使用过类似的内容
[EKEventStore sources]
我说得对吗?如果是,然后苹果文档说
sources
Returns an unordered array of source objects.
- (NSArray *)sources
Return Value An unordered array of EKSource objects.
Availability Available in iOS 5.0 and later. Declared InEKEventStore.h
因此它在 iOS 5.0 及更高版本中可用。
关于iphone - ios 4.3.3 不支持 EkSource 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9990590/
尝试为 iOS 实现 iCloud 日历同步。 需要获取相应的 EKSource 对象才能在那里创建日历。在迭代商店时,iCloud 商店的类型是 EKSourceTypeCalDAV,但同样的类型也
我想在 Swift 中找到第一个 EKSourceType.Local 类型的 EKSource 和一个“单”行表达式。这是我目前拥有的: let eventSourceForLocal =
我正在使用 Eventkit 框架中的 EkSource 类来创建自定义日历,但是,当我在 ios 4.3.3 中运行应用程序时。我收到以下错误:- 2012-04-03 14:49:36.522 T
我正在开发日历应用程序。我正在尝试使用分配的 EKCalender 保存 EKEvent。但是当我尝试运行以下代码时,它给了我错误。请帮忙 -(BOOL)createEventWithTitle:(N
我是一名优秀的程序员,十分优秀!