原创 修改NavigationController中backbutton

在父viewController中如下設置:     UIBarButtonItem *backbutton = [[UIBarButtonItem alloc]init];     backbutton.title = @"返回列表";

原创 Automatic Reference Counting

Friday Q&A 2011-09-30: Automatic Reference Counting Since the moment Apple announced it, readers have asked me to writ

原创 Automatic Reference Counting

Automatic Reference Counting 1. About this document 1.1. Purpose1.2. Background2. General3. Retainable object pointer

原创 @selector 裏面的方法名加參數

 iPhone: NSTimer and that thing called userInfo Tuesday, May 12, 2009    As I am implementing some stuff, I had