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

前端 未结 9 1108
抹茶落季
抹茶落季 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:55

    When creating a new project, navigate to iOS > Framework & Library > Cocoa Touch Framework, it's as simple as that. When you are successfully compile, .framework will be created under Products folder in XCode. Right click to show in Finder, and you can find the output.

提交回复
热议问题