You can easily resolve both your problem by adding into the header file (.h) the method prototype:
- (void)printFloat:(float)f;
Cesar
2010-04-22 08:51:51
You can easily resolve both your problem by adding into the header file (.h) the method prototype:
- (void)printFloat:(float)f;