Steps in creating custom frameworks
Ho开发者_Go百科w can I create custom frameworks in cocoa? Please tell me the steps to create a simple framework 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.
精彩评论