В корневой модели у меня есть:
[self.rPrices replaceObjectAtIndex:0
withObject:[NSNumber numberWithFloat:(float)nR4]];
NSLog(@"%.2f", [self.rPrices objectAtIndex:0]);
, где rPrices - NSMutableArray
.
nR4 не ноль, но вышеприведенный NSLog(...);
отображает ноль.
Спасибо