Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 티스토리 초대
- Objective C
- WebView
- spring
- 인코딩
- JavaScript
- iphone
- Tomcat
- 이클립스
- permgen space
- udp
- encoding
- XML
- 한글
- jQuery
- Android
- ipad
- C#
- jsp
- MySQL
- 메모리
- Eclipse
- ios
- HTML
- Memory
- 톰켓
- UIWebView
- Database
- java
- 티스토리 초대장
Archives
- Today
- Total
suroMind
[iOS] iPhone용 OpenSource 모음 - 펌 본문
<네비게이션 바 아래에 동적으로 늘어나는 옵션 메뉴 넣기> from xguru in twitter
<OAuth>
<페이스북, 트워터, 구글 리더 등에서 글, 그림, URL, 파일등을 공유하는 라이브러리>
<네이트 Open API 라이브러리>
<페이스북 연동 라이브러리>
<TCP, UDP Socket Class 라이브러리>
<기본 클래스를 확장한 라이브러리>
<iPhotoDiary, 육아일기 어플리케이션>
<DropBox를 통한 파일 공유 API 사용 예제 소스>
<JSON Library> ----------------------------------------------------------------------------
JSONKit :
SBJSON
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)
여러가지 XML Parser에 대한 성능 비교 및 사용 용도 설명
<zip/unzip lib> ------------------------------------------------------------------------------
<AVPlayer: LGPL로 FFmpeg, SoundTouch를 사용했다고 나오네요>
<무인코딩 동영상 플레이어 VLC iPhone, iPad>
<web server>
<bar code, QR code>
<push notification service 관련 provider>
<web 게시판과 연동>
http://cocoadev.tistory.com/#recentTrackback에서 공개한 내용임.
* 이미지 편집 함수 모음( 스케일, 회전, crop 등)
- 다양한 UI 구현
- 테이블뷰셀 커스터마이징
- HTTP GET/POST 요청
- XML 파싱
- 사진 앨범, 카메라, 지도 이미지 접근
- 맵뷰 및 위치정보
- 푸시 노티피케이션
<여러 UI 모음: photo viewer, etc>
http://github.com/facebook/three20 (초기에는 facebook 어플이었으나 현재는 여러 UI 모음으로 바뀜 )
<map>
<E-mail>
<달력>
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>
<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/ (고스톱)
<google toolbox>
http://code.google.com/p/google-toolbox-for-mac/
<택배>
<이미지 프로세싱>
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/
'IT분야 > iOS' 카테고리의 다른 글
[iOS] UIScrollView를 이용한 Image Zoom in/out (0) | 2011.08.18 |
---|---|
[iOS] App Update 할때 버전 문제 (0) | 2011.08.18 |
[iOS] UIActionSheet Custom View 추가 (0) | 2011.07.27 |
[iOS]iPhone ProgressView 구현 (0) | 2011.07.14 |
[iOS] UITableView 행 삭제 (0) | 2011.07.14 |
Comments