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 protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]