Great collection of iOS Resources
Learning Resource
http://www.buildingiphoneapps.com/2011/04/great-learning-resources-for-ios.html
[advanced] http://oleb.net/blog/2011/04/best-ios-and-mac-development-related-links-march-2011/
[advanced] http://nachbaur.com/blog/ios-development-link-roundup-part-1
Open Source
[UIkit] http://iosframeworks.com/
http://cocoacontrols.com/
[Crash Report] http://code.google.com/p/plcrashreporter/
DTAttributedTextView is used for displaying HTML-formatted comments without UIWebView
libxml2: for scraping
Telekenesis: URL parsing from
MWFeedParser: HTML entities
atebits: smoothness
News YC (http://newsyc.me/??) open source hacker news client
http://opensource.apple.com/release/ios-43/
http://www.iphoneexamples.com/
[OpenGLES] http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/14934-opengl-es-iphone.html
Via Stack Over Flow
1) Blogs on iPhone development:
http://iphoneproghelp.blogspot.com/ (Programming Tutorial)
http://icodeblog.com/ (Programming Tutorial)
2) iPhone Source Code:
3) Community:
4) News:
5) Jail breaking/Hacking:
6) Open source libraries and Applications:
Face Detection: http://niw.at/articles/2009/03/14/using-opencv-on-iphone/en
Bar Code: barcode framework for the iphone?
Three 20: http://github.com/facebook/three20
Tapku Library: http://github.com/devinross/tapkulibrary
7) Topic-wise:
GIF Support: http://stackoverflow.com/questions/1379818/how-can-i-make-an-animated-gif-with-the-iphone-sdk
IP Address: http://www.iphonedevsdk.com/forum/iphone-sdk-development/5293-get-current-ip-address.html
Page Curl Animation: What iPhone OS APIs could I use to implement a transition animation similar to the iBook page flip transition?
TTF Font http://github.com/zynga/FontLabel
Speech Recognition - 1: http://cmusphinx.sourceforge.net/
Speech Recognition - 2: http://www.politepix.com/openears/
Operation and Thread: http://www.cimgf.com/2008/02/16/cocoa-tutorial-nsoperation-and-nsoperationqueue/
Web service: http://icodeblog.com/2008/11/03/iphone-programming-tutorial-intro-to-soap-web-services/
Code Analyzer: http://clang.llvm.org/StaticAnalysis.html
Game Center: http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-game-center-achievements-and-leaderboards-part-1/
SMS Chat: https://github.com/acani/AcaniChat
Rotating Knob: https://github.com/hollance/MHRotaryKnob
8) Game Development with Cocos2D:
9) Drawing Charts and Graphs
http://www.rgraph.net/ (Will work on UIWebView only)
http://sebkade.wordpress.com/2010/05/06/basic-graph-class-for-iphone/ (a blog where demo is given to create a graph)
10) Map Kit
11) Audio Streaming
https://bitbucket.org/brentsimmons/ngmovieplayer/ (It's a code for streaming video using AVPlayer class. Same code could be applied for streaming audio as well by minor modification)
12) Twitter
13) Scroll View
14) SQLite:
15) Video:
16) SCM:
17) Testing:
Functional Testing: http://www.gorillalogic.com/fonemonkey
Unit Testing: i) http://code.google.com/p/google-toolbox-for-mac/ ii)http://developer.apple.com/tools/unittest.html
Automated Testing: i) http://cocoawithlove.com/2008/11/automated-user-interface-testing-on.html ii)http://code.google.com/p/uispec/ iii) http://answers.oreilly.com/topic/1646-how-to-use-uiautomation-to-create-iphone-ui-tests/
18) Push Notification:
Configure and Test Push Notification using your Machttp://mobiforge.com/developing/story/programming-apple-push-notification-services
19) Core Data
Tutorial for Beginners http://www.raywenderlich.com/934/core-data-tutorial-getting-started
20) VOIP
Comments
Post a Comment