simply, would you suggest good sources of open source libraries/components for iOS Objective C projects? I've found a few but it seems they are somewhat elusive and spartan compared with other platforms.
|
closed as off topic by World Engineer♦, gnat, jmort253, ChrisF♦ Nov 23 '12 at 14:06
Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Raywenderlich.com has recently done a nice little competition for the Top 10 Most Useful iOS Libraries to Know and Love. The libraries listed in the post definitely worth checking out. In addition to this, if you need a UI component, then Cocoa controls is your place. It has both iOS and OS X components; you can check out the ratings to see which ones our popular and widely used. |
|||
|
|
|
CocoaObjects - the Cocoa objects database is a good collection of libraries you could use. There isn't really a commercial market for controls or libraries in the same way that companies like Telerik and Xceed offer for Windows developers. |
|||
|
|