Contents

Develop
2013.04.23 16:58

[ios] 아이폰용 앱 오픈 소스들

조회 수 467062 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
공부를 하다 보면 책에 나오는 간단 간단한 소스가 아닌 전체 프로그램에 대한 소스를 보고 싶어질 때가 있습니다. 
그래서 자료를 찾아 보았습니다. 참고하세요. 

<iOS5에서 UDID 대응책>
https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5

<YouTube 다운 받기>
https://github.com/iosdeveloper/MyTube
https://github.com/pvinis/mytube

<아이폰 커스텀 UI 소개 - 커스텀 탭바, 수평 스크롤 메뉴바 등등>
http://www.cocoacontrols.com/ 

<네비게이션 바 아래에 동적으로 늘어나는 옵션 메뉴 넣기> from xguru in twitter
https://github.com/digdog/DDActionHeaderView

<OAuth>
http://code.google.com/p/oauthconsumner/
http://code.google.com/p/mpoauthconnection/

<페이스북, 트워터, 구글 리더 등에서 글, 그림, URL, 파일등을 공유하는 라이브러리>
http://getsharekit.com/

<네이트 Open API 라이브러리>
http://code.google.com/p/nate-ios-client-api/

<페이스북 연동 라이브러리>
https://github.com/facebook/facebook-ios-sdk

<TCP, UDP Socket Class 라이브러리>
http://code.google.com/p/cocoaasyncsocket/

<기본 클래스를 확장한 라이브러리>
https://github.com/enormego/cocoa-helpers

<iPhotoDiary, 육아일기 어플리케이션>
https://github.com/woohj70/iPhotoDiary

<DropBox를 통한 파일 공유 API 사용 예제 소스>
https://www.dropbox.com/developers/releases

<JSON Library> ----------------------------------------------------------------------------
JSONKit :
https://github.com/johnezang/JSONKit

SBJSON
https://github.com/stig/json-framework/

TouchJSON
https://github.com/TouchCode/TouchJSON


<XML Parser> ------------------------------------------------------------------------------
GDataXML : 
http://code.google.com/p/gdata-objectivec-client/source/browse/trunk/Source/XMLSupport/ (소스)
http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml (해설)

TBXML : (read only, XPath 미지원)
http://www.tbxml.co.uk/TBXML/TBXML_Free.html

TouchXML : (read only, XPath 지원)
https://github.com/TouchCode/TouchXML

KissXML : (read/write)
http://code.google.com/p/kissxml/

여러가지 XML Parser에 대한 성능 비교 및 사용 용도 설명
http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project

<zip/unzip lib> ------------------------------------------------------------------------------
http://code.google.com/p/ziparchive/

<AVPlayer: LGPL로 FFmpeg, SoundTouch를 사용했다고 나오네요> 
http://www.eplayworks.com/p/lgplinformation.html

<무인코딩 동영상 플레이어 VLC iPhone, iPad>
http://www.videolan.org/vlc/download-ios.html

<web server>
http://code.google.com/p/cocoahttpserver/

<bar code, QR code>
http://cafe.naver.com/mcbugi/79568 (http://zbar.sourceforge.net/)

<push notification service 관련 provider>
http://code.google.com/p/apns-php/ (PHP)
http://code.google.com/p/javapns/ (JAVA)
http://blog.toshsoft.de/index.php?/archives/3-Sending-Apple-Push-Notifications-APN-in-C-Updated-Using-CA-Cert.html (C)

<web 게시판과 연동>
http://code.google.com/p/cozymood/
http://cocoadev.tistory.com/#recentTrackback에서 공개한 내용임.

*  이미지 편집 함수 모음( 스케일, 회전, crop 등)
•다양한 UI 구현
•테이블뷰셀 커스터마이징
•HTTP GET/POST 요청
•XML 파싱
•사진 앨범, 카메라, 지도 이미지 접근
•맵뷰 및 위치정보
•푸시 노티피케이션

<여러 UI 모음: photo viewer, etc>
http://github.com/facebook/three20 (초기에는 facebook 어플이었으나 현재는 여러 UI 모음으로 바뀜 )

<map>
http://code.google.com/p/route-me/

<E-mail>
http://code.google.com/p/remail-iphone/
http://code.google.com/p/skpsmtpmessage/

<그래프>
http://code.google.com/p/core-plot/

<달력>
http://ved-dimensions.blogspot.com/2009/04/iphone-development-creating-native_09.html

<sqlite>
http://code.google.com/p/pldatabase/ (BSD license)
http://code.google.com/p/flycode/source/checkout  (class rapper)

<계산기>
http://code.google.com/p/hpcalc-iphone/ (GPL V2 license)

<트위터 클라이언트>
http://github.com/blog/329-natsuliphone-iphone-twitter-client
http://code.google.com/p/tweetero/

<facebook>
http://github.com/facebook/facebook-iphone-sdk

<rss reader>
http://code.google.com/p/iphone-simple-rss-aggregator/

<ebook reader>
http://code.google.com/p/iphoneebooks/

<blog>
http://iphone.wordpress.org/

<백업, 동기화>
http://www.funambol.com/solutions/iphone.php
http://code.google.com/p/gris/ (구글 리더 동기화)

<time tracking>
http://github.com/freshbooks-addons/freshbooks-iphone-project

<게임>
http://code.google.com/p/cocos2d-iphone/
http://code.google.com/p/tris/ (테트리스)
http://code.google.com/p/mintgostop/ (고스톱)
http://www.joystiq.com/2009/03/24/carmack-releases-open-source-wolfenstein-for-iphone/

<google toolbox>
http://code.google.com/p/google-toolbox-for-mac/

<택배>
http://kldp.net/projects/taekbae/src

<이미지 프로세싱>
http://code.google.com/p/simple-iphone-image-processing/

<증강현실>
http://www.iphonear.org/

<coverflow 대체 구현>
http://apparentlogic.com/openflow/
http://www.chaosinmotion.com/flowcover.m (매가박스 어플에서 참고함)

<정규표현식 라이브러리>
http://blog.mro.name/2009/09/cocoa-wrapped-regexh/
http://regexkit.sourceforge.net/RegexKitLite/

<라이브러리 : JSON, DOM XML, Google Data APIs, Twitter, Flick, Game Engines, Unit Testr>
http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/

<기타>
http://open.iphonedev.com/
http://joehewitt.com/post/the-three20-project/

[출처] http://cafe.naver.com/mcbugi/30423
TAG •

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
537 Develop [c] 텍스트 파일(로그)을 정해진 라인 단위로 쪼개주는 코드 file hooni 2013.04.23 7048
536 Develop [c] 네트워크 트래릭 모니터링.. 졸업작품.. 2 file hooni 2013.04.23 11049
535 Develop [c#] MS IE(Internet Explorer) 툴바 버튼 예제 2003/2005 두가지 버전 secret hooni 2013.04.23 2090
534 Develop [c#] BFilter 툴바 소스 코드 ㅎㅎ file hooni 2013.04.23 7608
533 Develop [c++] mfc로 만든 현재 디렉토리 읽어오기/세팅하기 (GetCurrentDirectory/SetCurrentDirectory) file hooni 2013.04.23 8467
532 Develop 다운 받아서 테스트 해볼것.. hooni 2013.04.23 9141
531 Develop [c++] mfc 기반 멀티수납(wall)시스템 소스와 실행파일 file hooni 2013.04.23 7054
530 Develop [c++] mfc 기반 레지스트리(registry) 컨트롤 예제 코드 2 hooni 2013.04.23 15333
529 Develop [c] kmp 활용 search file hooni 2013.04.23 7418
528 Develop [c] 문자열 str_shift 예제.. file hooni 2013.04.23 6841
527 Develop [c++] winsock을 이용한 서버,클라이언트와 ssl서버,클라이언트 file hooni 2013.04.23 7612
526 Develop [c++] mfc이용한 트레이아이콘(TrayIcon) 클래스 예제 프로젝트 file hooni 2013.04.23 9253
Board Pagination Prev 1 ... 49 50 51 52 53 54 55 56 57 58 ... 98 Next
/ 98