Hi,
how can i create custom frameworks in cocoa. please tell the steps to create simple frame work like it should contain addition of two number functions in its class.
Hi,
how can i create custom frameworks in cocoa. please tell the steps to create simple frame work like it should contain addition of two number functions in its class.
Have you read the documentation? The Framework Programming Guide answers the general question (in other words, read the docs then ask more pointed questions).
If you're only adding methods to an existing class, however, just use categories.