Component source for the Mac world

Do you know any source of paid code components or libraries for Xcode and Objective-C, such as Component Source ? This is a site for paid code libraries that you can use in your project. Earlier when my team was working on a C # project, I used two of them, DevExpress and GraphicsMill: we found them very useful. I am now starting an XCode project and I would like to know if something like this is already available.

+2


a source to share


1 answer


Are you specifically planning to pay for libraries? If so, then I don't know of many sites that explicitly sell libraries (but you can always send me money if you REALLY want to pay someone: D).

Most of the libraries I know, use, and love are open source. They are everywhere; there is no "central repository" for the Cocoa libraries. Github, Google Code, BitBucket, and SourceForge have some really awesome libraries. Then there are other libraries that are privately held such as OGREKit, CHDataStructures, etc.



If you can give specific examples of the functionality you are looking for, we can be much more helpful.

+1


a source







All Articles