阅读背景:

iVar LifeTime与Objective-C中的Property LifeTime相同

来源:互联网 
 @interface ViewController
 {

 NSMutableArray * GetPrices;

 }

-(void)viewWillAppear:(BOOL)animated
 {
 GetPrices=[[NSMutableArray alloc]init];
  // here I’m adding objects to the array..
 }

-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
 {
 @interface ViewController
 {

 NSMutableArray 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: