原创 iphone arc

When you migrate a project to use ARC, the -fobjc-arc compiler flag is set as the default for all Objective-C source f

原创 UIPicker and keyboard

http://stackoverflow.com/questions/3205357/popup-uipicker-instead-of-keybo

原创 GCRetractableSectionController

https://github.com/gcamp/GCRetractableSectionController

原创 Application supports iTunes file sharing

http://www.cocoachina.com/bbs/read.php?tid-20122.html 點贊 收藏 分享

原创 MKMapView

mapkit介紹,估計他是翻譯下面demo的例子。 http://blog.csdn.net/tangaowen/article/details/6

原创 Google的Objective-C編碼規範

http://www.cnblogs.com/junwang/archive/2011/03/04/1970569.html

原创 iphone常用的文件存放路徑

http://blog.csdn.net/psongchao/article/details/4232192

原创 iphone中使用第三方工具(RegexKitLite)實現正則表達式

http://labs.ywlx.net/?p=2299 贏文用戶註冊功能模塊中需要檢查郵箱合法性,這裏分享一下兩種實現方法。 方法一)RegexKitLite 1)下載地址:http://regexkit.sourceforge

原创 UITextField出現刪除按鈕

UITextField出現刪除按鈕 如果用IB寫UITextField IB: Clear Button: Appears while editing 如果用代碼寫UITextField .m  textField.clearButton

原创 NSRegularExpression 手機號碼判斷

-(BOOL)isTelNum:(NSString *)num { //一個判斷是否是移動號碼的正則表達式 //130、131、132、152、155、156、185、186 //NSString *r

原创 popViewControllerAnimated 動畫

/* NSString *types[4] = {kCATransitionMoveIn, kCATransitionPush, kCATransitionReveal, kCATransitionFad

原创 Add 2 UIButtons to a UINavigationBar right item

http://snipplr.com/view/35730/ // create a toolbar to have two buttons in the right UIToolbar* tools = [[UIToolbar allo

原创 UITableView的摺疊效果

http://dl5.csdn.net/fd.php?i=809141388477707&s=9f5547ec8ee62d9689099df3bb0

原创 關於IPhone內存管理的其它10個Tips

http://akosma.com/2009/01/28/10-iphone-memory-management-tips/

原创 iphone內存管理

http://hi.baidu.com/spopavenvldiqyr/item/c8d620b6282c4d4abb0e122a iphone內存管理(一) BY 洋蔥頭 http://hi.baidu.com/yangco