How can I create objective-C Framework for iOS Application

后端 未结 6 774
星月不相逢
星月不相逢 2020-12-15 01:13

I am in the middle of creating some generic classes that can be reusable for lot of application.

For Eg: Share Functions - if we need this functionality in a projec

6条回答
  •  醉梦人生
    2020-12-15 01:54

    http://accu.org/index.php/journals/1594 offers detailed instructions.

    OCHamcrest does it by taking a copy of the OS X version of the framework, and replacing its dynamic library with an iOS static library. (Xcode 4 version coming soon.)

提交回复
热议问题