Can I develop my own objective-C Framework for Cocoa Touch Applications?

前端 未结 9 1107
抹茶落季
抹茶落季 2020-12-13 07:03

Is it possible to create an own obj-C Cocoa Touch framework which can be used by other developers? And furthermore can you protect this framework?

9条回答
  •  暖寄归人
    2020-12-13 07:45

    If you're going to do it, in my opinion JSON.framework is a great example to follow. To hide/obfuscate the source code is a different story, and a different question entirely,

提交回复
热议问题