I'm trying to detect if an entry in a uitextfield is a number or not
but isnan does not seem to work.
NSString * bLong = [NSString stringWithFormat:@"%@",maLong.text];
NSString * bLat = [NSString stringWithFormat:@"%@",maLat.text];
if(isnan([bLat floatValue]) || isnan([bLong floatValue])){
return;
}
What am I doing wrong here?
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com