Hello,
What would be the best way to return a float Value from a UITextField ?
I`m using :
(dN being the textField)
[dN floatValue];
but it`s returning :
'UITextField' may not respond to '-floatValue' as a warning
Hello,
What would be the best way to return a float Value from a UITextField ?
I`m using :
(dN being the textField)
[dN floatValue];
but it`s returning :
'UITextField' may not respond to '-floatValue' as a warning