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 Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 12-08-2010, 07:17 PM   #1 (permalink)
Registered Member
 
Join Date: Dec 2010
Posts: 2
53greek53 is on a distinguished road
Default Adding Text Fields

I am creating a simple calorie counter app and I'm trying to have it add 6 text boxes and put the total in another text box at the bottom after the calculate button is pressed. Is there some sample code that I could look at to help me do this or can someone point me in the right direction?

Thanks all.
53greek53 is offline   Reply With Quote
Old 12-16-2010, 07:24 AM   #2 (permalink)
Nuisance Developer
 
Join Date: Jul 2009
Location: Italy
Posts: 4,691
dany_dev is on a distinguished road
Default

Quote:
Originally Posted by 53greek53 View Post
I am creating a simple calorie counter app and I'm trying to have it add 6 text boxes and put the total in another text box at the bottom after the calculate button is pressed. Is there some sample code that I could look at to help me do this or can someone point me in the right direction?

Thanks all.
float totalSum = 0;

totalSum = totalSum + [mytxtField1 floatValue];
totalSum = totalSum + [mytxtField2 floatValue];
totalSum = totalSum + [mytxtField3 floatValue];
totalSum = totalSum + [mytxtField4 floatValue];
totalSum = totalSum + [mytxtField5 floatValue];

mytxtFieldTotal.text = [NSString stringWithFormat:@"%f",totalSum];

assuming that you are able to attach an outlet to a IB component.
__________________
dany_dev is offline   Reply With Quote
Reply

Bookmarks

Tags
add, calculator, math, textbox

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: 422
11 members and 411 guests
AppleDev, chemistry, Emy, Gi-lo, ipodphone, mistergreen2011, pipposanta, Retouchable, skrew88, SLIC
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,128
Posts: 402,923
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

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