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 01-23-2012, 04:47 PM   #1 (permalink)
Registered Member
 
Join Date: Jan 2012
Posts: 44
Sander is on a distinguished road
Default Setting label.text on another Viewcontroller

Hi all,

This question must be submitted a million times already I think but I just
can't find the answer.

I call PopUpView from SubView1 which has a picker view in it.

Below is the code when a selection is made in the picker view.

What I want is, to pass that value back to a label on Subview1.

Below is my code which gives a SIGABRT message.

What am I doing wrong?


Code:
-(NSString *)pickerView:(UIPickerView *)thePickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component
{
    return[list objectAtIndex:row];
}

-(void)pickerView:(UIPickerView *)thePickerview didSelectRow:(NSInteger)row inComponent:(NSInteger)component

{
    NSString *string = [NSString stringWithFormat:@"Test %@",[list objectAtIndex:row]];
    
    
    SubView1 *MyDelegate = [[UIApplication sharedApplication]delegate];

    MyDelegate.lbl2.text = string;
}
Sander is offline   Reply With Quote
Old 01-23-2012, 05:26 PM   #2 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

Setup a delegate for the class with the picker view in it. Give it one required delegate method
Code:
-(void)pickerViewController(PickerViewController *)pickerViewController didSelectText:(NSString *)text;
Then in didSelectRow, you would write:
Code:
[self.delegate pickerViewController:self didSelectText:string];
Obviously, for code clarity, replace pickerViewController with the name of your class.
__________________
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
Old 01-23-2012, 05:49 PM   #3 (permalink)
Registered Member
 
Join Date: Jan 2012
Posts: 44
Sander is on a distinguished road
Default

Sorry to ask but I'm getting all confused here.

How do I setup a delegate for the class with the picker view in it?

Probably a simple solution but being honest, I'm used to programming Delphi for ten years and sometimes I mix things up.
Sander is offline   Reply With Quote
Old 01-23-2012, 09:48 PM   #4 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

The Basics of Protocols and Delegates
__________________
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
Old 01-24-2012, 01:49 AM   #5 (permalink)
Registered Member
 
Join Date: Jan 2012
Posts: 44
Sander is on a distinguished road
Default

Tnx Domele,

Just had a quick look and it looks interesting. Ill study it later.
Sander is offline   Reply With Quote
Old 01-24-2012, 01:52 AM   #6 (permalink)
Registered Member
 
Join Date: Jan 2012
Posts: 44
Sander is on a distinguished road
Default

By the way, Im studying on Key Value Observing as well at the moment.

Is that in the right direction?
Sander 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: 379
11 members and 368 guests
7twenty7, Atatator, condor304, FrankWeller, glenn_sayers, iphonedevshani, MAMN84, mraalex, QuantumDoja, tim0504, VinceYuan
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,674
Threads: 94,122
Posts: 402,907
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Atatator
Powered by vBadvanced CMPS v3.1.0

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