Message from view to viewController
Message from view to viewController
- Subject: Message from view to viewController
- From: Pierre Berloquin <email@hidden>
- Date: Fri, 29 May 2009 17:39:18 +0200
Hi
I have a MyAppViewController that creates a set of views and that works
fine. They are displayed and animated.
I want to know in the view controller when one of the views is touched and
work on it.
For that I have in the uiview class :
- (void) touchesBegan: (NSSet *)touches withEvent:(UIEvent *)event {
[MyAppViewController manageMyViews:self];
}
and in the viewController.m :
-(void)manageMyViews:(id)sender {
}
duly mentionned in viewController.h
But I get an error :
duplicate symbol .objc_class_name_MyAppViewController
What am I doing wrong ?
Thanks
Pierre
_______________________________________________
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