UIAlertView *alert = [[UIAlertView alloc] initWithTitle:nil message:@"Message" delegate:self cancelButtonTitle:@"Comfirm" otherButtonTitles:nil, nil];
[alert show];
[alert release];
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:nil message:@"Message" delegate:self cancelButtonTitle:@"Comfirm" otherButtonTitles:nil, nil];
[alert show];
[alert release];
<push notification service 관련 provider>
http://code.google.com/p/apns-php/
<web 게시판과 연동>
http://code.google.com/p/cozymood/
http://cocoadev.tistory.com/#recentTrackback에서 공개한 내용임.
* 이미지 편집 함수 모음( 스케일, 회전, crop 등)
<여러 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/
[출처] iPhone용 Open Source 모음 (맥부기 아이폰(iPhone)OS 개발자모임) |작성자 낙수