PDA

View Full Version : Hiding code in a library/framework?




detz
Oct 3, 2008, 01:45 PM
I'm assuming there is a way but I can't find the info or what to even start researching. I want to create some classes that I can share with other people but I want to keep some of the source hidden so is there a way I can build a library or something so that other people can use it but they can't see the code of how it works?



italiano40
Oct 3, 2008, 01:51 PM
I'm assuming there is a way but I can't find the info or what to even start researching. I want to create some classes that I can share with other people but I want to keep some of the source hidden so is there a way I can build a library or something so that other people can use it but they can't see the code of how it works?

in Xcode look for a new project that is called framework and once you build the code it will keep the source hidden and show only the header