Sunday, July 8, 2012

open-source framework for iPhone platform http://stackoverflow.com/questions/1953550/open-source-frameworks-projects-for-iphone-platform

http://stackoverflow.com/questions/1953550/open-source-frameworks-projects-for-iphone-platform

open-source framework for iPhone platform

I've found quite a few good frameworks and resources. Such as ASIHTTPRequestDrawKit, andCocos2D just to name a few.

I'm just curious about the minor, or unknown frameworks that have yet surfaced or that I'm unaware of. Do any of you know of frameworks that are not mentioned in the following link?

Some of the frameworks that I've found and utilize in some of my iPhone applications can be found here (list of iPhone frameworks).

I'm not limiting the scope or type of frameworks/projects all are welcome.

link|improve this question

@ notnoop, I'm aware of these other SO questions. I've gleaned alot of information from them. The particular question that I asked is about unknown frameworks/projects that are not on the beaten path or are really not known. – Tammen Bruccoleri Dec 23 '09 at 16:45
DrawKit is not an iOS framework – Andy Dent Dec 23 '11 at 8:03
Was this post useful to you?     
up vote12down voteaccepted

This is a pretty cool library:

"ASIHTTPRequest is an easy to use wrapper around the CFNetwork API that makes some of the more tedious aspects of communicating with web servers easier. It is written in Objective-C and works in both Mac OS X and iPhone applications." - http://allseeing-i.com/ASIHTTPRequest/

Also, here's a list I stumbled upon in my travels:

link|improve this answer
Yes, ASIHTTPRequest is a cool little library to have in your bag of frameworks/projects. – Tammen Bruccoleri Dec 23 '09 at 17:05
feedback

instead of listing open source components.

Here are the sites from were you can find reusable components

1) http://cocoacontrols.com/

2) http://open.iphonedev.com/

3) http://cocoaobjects.com/

Here is the twitter account where you can find popular reusable components on github about iPhone or iPad 4) https://twitter.com/#!/github_objc

as answered here Is there a gallery of reusable iPhone components on the web?

No comments:

Post a Comment