iOS Libraries
appdevmag.com
iOS Libraries
1–10 of 78 posts
Re: iOS Libraries
#2edit -- link: http://www.cocos2d-iphone.org/
Re: iOS Libraries
#3Re: iOS Libraries
#4WTF?
Re: iOS Libraries
#5MBProgressHUD – Progress Indicator Library
ASIHttpRequest – HTTP Network Library
JSON Framework – JSON Support
Flurry – Detailed Usage Statistics
RegexKitLite – Regular Expression Support
Facebook iOS SDK – Facebook API Library
SDWebImage – Simple Web Image Support
GData client – iPhone library for all of Google’s services
CorePlot – 2D Graph Plotter
Three20 – General iOS Library
Re: iOS Libraries
#6No clue what happened to the original, but here's a post which lists what they had on their list: http://sordyl.info/2011/03/15/10-ios-libraries-to-make-your-... MBProgressHUD – Progress Indicator Library ASIHttpRequest – HTTP Network Library JSON Framework – JSON Support Flurry – Detailed Usage Statistics RegexKitLite – Regular Expression Support Facebook iOS SDK – Facebook API Library SDWebImage – Simple Web Image…
Re: iOS Libraries
#7Also, an alternative to SDWebImage is EGOImageLoading (https://github.com/enormego/EGOImageLoading), which might or might not be better (Instagram uses it).
We've been using both libraries quite happily for our new startup, forkly.
Re: iOS Libraries
#8Re: iOS Libraries
#9Also, for game developers, Cocos2D iphone is pretty good too. It's reasonably lightweight, fast, and completely free. Pair that up with Box2D or chipmunk, which it comes with, and you have a complete game engine at no cost, with a good amount of community support. edit -- link: http://www.cocos2d-iphone.org/