Theocacao
Leopard
Design Element
Comment on "Open Source Objective-C Calendar Class"
by Jonathan Sterling — Apr 11
Question, is it possible to use this with the iPhone SDK? I'm attempting to use it and I get an error.

As far as I know, Cocoa is not the framework used in iPhone apps. In reality, Cocoa.framework contains just one file (Cocoa.h); all Cocoa.h does is imports Foundation.h, AppKit.h, and CoreData.h. You won't be using Core Data on iPhone (unless you are using SDK 3.o); AppKit.h is replaced with UIKit.h for iPhone, and Foundation.h remains the same.

Try taking out any references to Cocoa.h and see what happens.
Back to "Open Source Objective-C Calendar Class"
Design Element

Copyright © Scott Stevenson 2004-2015