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 11-25-2011, 01:47 PM   #1 (permalink)
Registered Member
 
Join Date: Nov 2011
Posts: 45
alextattoo is on a distinguished road
Default Converting UITextField string to double

How to get UITextField number input and convert it to double so it can be saved in core data as declared property value double ,priceField is my UITextField ,earn is my table array and price is my core data attribute with double value. Here is my code from save function: -(void) saveData{


NSString *string1 = priceField.text;
NSInteger *myInteger=[string1 integerValue];
result = myInteger;
priceField.text=[NSString stringWithFormat:@"%d",myInteger];

// earn.price = priceField.text; <<<<--------- work with strings

earn.price = result;
NSError *error;

if (![managedObjectContext save:&error])
{
NSLog(@"Problem saving: %@", [error localizedDescription]);
}
}

I tried a lot of combination with float , int and double but always wrong.This work with string but i need to get the numbers and do some math .

Last edited by alextattoo; 11-25-2011 at 01:51 PM.
alextattoo is offline   Reply With Quote
Old 11-25-2011, 03:37 PM   #2 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

NSString objects have a method called doubleValue. This method, as you can probably tell, returns a double. It also has similarly named methods for ints, floats, and other number types.
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.
Domele is offline   Reply With Quote
Reply

Bookmarks

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: 404
16 members and 388 guests
chiataytuday, Clouds, David-T, dedeys78, Duncan C, e2applets, EvilElf, iekei, ipodphone, leostc, LunarMoon, Murphy, QuantumDoja, sacha1996, Sami Gh, teebee74
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,676
Threads: 94,127
Posts: 402,912
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jleannex55
Powered by vBadvanced CMPS v3.1.0

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