English 中文(简体)
无法坚持价值观的双重变量
原标题:double variable not able to hold onto values
  • 时间:2010-07-29 13:08:55
  •  标签:
  • iphone

i 在我的申请中,有双重变数,一是对我的一些价值观进行更新。 DidLoad方法,希望稍后采用一种代表制表,但变量不能保留价值。 我宣布如下:

double subTtl;
@property(nonatomic,assign) double subTtl;

我的密码 Load

subTtl = 0;
for (int i = 0; i<[pizzaAppDel.arrOrders count]; i++) {
    [pizzaAppDel.arrOrderDetails addObject:@"1"];
    subTtl = subTtl + [[(NSDictionary*)[pizzaAppDel.arrOrders objectAtIndex:i] objectForKey:@"price"] doubleValue];
}
NSLog(@"%@",[NSString stringWithFormat:@"%.2f",subTtl]);

这就是我表概代表方法中的一米。

lblTtlPrice.text = [@"Subtotal:  $" stringByAppendingString:[NSString stringWithFormat:@"%.2f",subTtl]];

i 将其合成在案卷中,并节省一些价值,即能够看到变数中的数值,但当我试图以后加以使用时,即从中获取任何东西时,变数的回报是空的。

最佳回答

如果是, Ttl是你的视力控制器的一个实例变数,你想从另一个例子(你们的指定代表)中查阅,你需要提及看法控制器。 之后,你可以将子Ttl作为财产:

lblTtlPrice.text = [@"Subtotal:  $" stringByAppendingString:[NSString stringWithFormat:@"%.2f",viewController.subTtl]];
问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签