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 02-05-2012, 10:01 PM   #1 (permalink)
Registered Member
 
Join Date: Feb 2012
Posts: 8
JackSac67 is on a distinguished road
Default Passing Data Between Views With AppDelegate?

Hi, so I just wanted to know a method of passing data between views using AppDelegate. I've tried with individual classes and it didn't work too well, so I thought AppDelegate would work better. However, I'm always a tad scared to edit the AppDelegate because I know if I make a mistake it messes up the entire app So, any help to get me started? btw, I'm passing the data as an NSString, i.e make a string from user input in first view, then display it in a text field in the next.
JackSac67 is offline   Reply With Quote
Old 02-05-2012, 11:16 PM   #2 (permalink)
Registered Member
 
Join Date: May 2011
Posts: 173
mistergreen2011 is on a distinguished road
Default

It depends what you're passing and why.

It can be as simple as passing using a setter method like
Code:
Somelass *a = [[SomeClass alloc] init]
a.passVar = @"hi";
If you need to keep a constant data that all views can use, yes I would use the appDelegate. Don't be afraid of it. It's no biggie.
Code:
appDelegate *a= (appDelegate *)[[UIApplication sharedApplication] delegate];
myVar = a.sharedVar;
a.sharedVar = @"hi";
mistergreen2011 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: 402
17 members and 385 guests
Apptronics RBC, Atatator, chiataytuday, dre, FrankWeller, gwelmarten, ipodphone, jeroenkeij, jleannex55, LunarMoon, MAMN84, n00b, pbart, reficul, Retouchable, Sami Gh, VinceYuan
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,676
Threads: 94,124
Posts: 402,909
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:14 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0