[Newbie] Communication between two Views?
[Newbie] Communication between two Views?
- Subject: [Newbie] Communication between two Views?
- From: "Thomas Wickl" <email@hidden>
- Date: Mon, 28 Jul 2008 13:08:07 +0200
Hello,
I have a question regarding to communication between two Views.
My tableview creates a view in which the user can enter a text. How do
I get the text from the View to my tableview?
The View is created in the following was in my tableview:
- (IBAction)addAction:(id)sender{
if (ncvController == nil)
{
self.ncvController = [[NewCourseViewController alloc]
initWithNibName:@"NewCourseViewController" bundle:nil];
}
[[self navigationController] pushViewController:ncvController animated:YES];
}
Can someone please give me an example?
Thank you so much
twickl
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden