Class —> Framework
Class —> Framework
- Subject: Class —> Framework
- From: Mamdouh <email@hidden>
- Date: Tue, 28 May 2002 22:45:59 +0200
Hi all...
I4m (still) trying to turn a class i have into a framework, so it can be
"recycled" and used in other apps... The problem is i dont know how to
make it so i can use it as we use the Cocoa frameworks when we type:
[yada doYada:withYada];
I tryed just typing:
[nameOfMyClass nameOfMyMethodInThatClass:nil];
but this didnet work because the compiler needs some kind of factory
method (which i dont understand how to make, or even what to do)!
What i4m looking for is a Cocoa torurial or sample code of a framwork!
The only framework example from Apple is Carbon and not very good
(actually it mostly explains the use of frameworks in PB)!
Could anybody help me??? JUST ANY KIND OF HELP!!!!
TIA
Mamdouh
Student/Programmer
Denmark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.