Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Examples of well coded cocoa iPhone apps on github [closed]

Hi Im looking for examples of well written Cocoa Touch iPhone apps to help me see what good cocoa code looks like.

Specifically im interested in how people have layed out standard navigation apps.

I am also interested in how different people have layed out the model/view/controller files as well as general naming conventions etc.

Code which uses core data would also be interesting to see.

like image 307
Evolve Avatar asked Jul 22 '10 05:07

Evolve


People also ask

What are the best examples of iOS apps developed in Swift?

A curated list of Open Source example iOS apps developed in Swift. Example-iOS-Apps is an amazing list for people who are beginners and learning iOS development and for iOS developers who need any example app or feature. The best ways to use are: SUSI iOS - SUSI AI iOS app by FOSSASIA. Open Event iOS - Open Event iOS app by FOSSASIA.

What are the best open source iOS game apps?

If you are just interested in games you can check out the open source iOS game list. Here is the open source iphone app list in alphabetical order: 1. 2048 – A SpriteKit based version of the game 2048.. ( iTunes link) ( source code) 2. AlienBlue – A feature rich Reddit client for iPhone and iPad. ( iTunes link) ( source code) 3.

What are the best games made with Cocos2d?

Wikipedia – Official Wikipedia app for iOS devices. ( itunes link) ( source code) 86. Wizard War – Fighting game created using Cocos2D and ReactiveCocoa. ( itunes link) ( source code) 87. Wolfenstein 3D Classic Platinum – If you haven’t heard of Wolfenstein post below so we can say a prayer for you. ( itunes link) ( source code) 88.

Where can I find more information about cocoa?

COCOA has been developed from Project Covid19Radar. For information please see the website. For more information on how to install COCOA, instructions, and updates, please visit the MHLW COCOA website. If you have any questions about how to use COCOA, please check the MHLW Q&A website. We welcome PullRequest and Issues to this repository.


1 Answers

Note: These are all super old apps by now, so they probably aren't good examples any more.


Erica Sadun's iphone 3.0 cookbook: http://github.com/erica/iphone-3.0-cookbook-

AppStore reviews scraper: http://github.com/gambcl/AppReviews

App Sales mobile for daily sales: http://github.com/omz/AppSales-Mobile

This one will teach you how to use the accelerometer pretty well: http://github.com/haqu/tweejump

The Yammer iphone app: http://github.com/yammer/iphone

Reddit's iphone app: http://github.com/reddit/iReddit

Port of the old gorilla's game: http://github.com/Lamentum/Gorillas

Matt Gallagher's audio streamer: http://github.com/mattgallagher/AudioStreamer

More:

31 apps in 31 days: http://www.appsamuck.com/

wikiHow source: http://github.com/keishi/wikihow-iphone-app

tetris alternative: http://code.google.com/p/tris/

twitter client: http://github.com/takuma104/ntlniph

molecules: http://sunsetlakesoftware.com/2008/10/02/molecules-source-code-now-available

time tracking: https://github.com/lessallan/freshbooks-iphone-project

a ton more from matt gallagher: http://projectswithlove.com/projects/index.html

a list of even more: http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/

and more... http://visionwidget.com/resources/icons-png/509-open-source-iphone-apps-in-app-store.html

a new one called Briefs.app which should interest everyone here: http://iphonedevelopment.blogspot.com/2010/08/briefsapp.html and http://github.com/capttaco/Briefs

and more.. just kidding. that's all i got

like image 157
iwasrobbed Avatar answered Sep 20 '22 05:09

iwasrobbed