Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 06-13-2010, 07:09 AM   #1 (permalink)
Registered Member
 
Join Date: Mar 2009
Posts: 11
matsoftware is on a distinguished road
Default NSNumberFormatter, decimals in Iphone vs Simulator

Hi everybody,

I noticed a weird behaviour of iPhone OS when using decimal values. The simulator parse them from strings in a correct way but when I test the app on my iPhone it lose the decimal part.

In particular, I store values in a dictionary that I retrieve in this way:

Code:
    NSString *thickStr = [dictionary valueForKey:@"thickness"];
    NSNumber *thickNum = [[[self class] numberFormatter] numberFromString:thickStr];
    [self setSpessore:thickNum];
where the "numberFormatter" class is defined as below:

Code:
+ (NSNumberFormatter *)numberFormatter
{
    static NSNumberFormatter *_formatter;
    
    if (_formatter == nil)
    {
        _formatter = [[NSNumberFormatter alloc] init];
		[_formatter setNumberStyle:NSNumberFormatterDecimalStyle];
		[_formatter setFormatterBehavior:NSNumberFormatterBehavior10_4];
		[_formatter setGeneratesDecimalNumbers:TRUE];
	
    }
    
    return _formatter;
}
But it doesn't work! The App on iPhone keeps on convert the string to a simple integer, forgetting the decimal part, while the app on iPhone simulator works fine!
matsoftware is offline   Reply With Quote
Old 08-27-2010, 12:48 AM   #2 (permalink)
Registered Member
 
Join Date: Aug 2010
Location: Targu-Mures
Posts: 1
bolond is on a distinguished road
Default

I also encountered this error. Did you find a solution?
bolond is offline   Reply With Quote
Reply

Bookmarks

Tags
decimal, numberformatter, simulator

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 334
9 members and 325 guests
Absentia, Domele, fiftysixty, givensur, heshiming, linkmx, michaelhansen, PixelInteractive, Sloshmonster
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,118
Posts: 402,892
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:13 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0