+1  A: 

You can easily resolve both your problem by adding into the header file (.h) the method prototype:

- (void)printFloat:(float)f;
Cesar
Thanks!My advertence, sorry for asking a low question.
could you mark the answer as resolved ? thx :)
Cesar