creating a controller class
creating a controller class
- Subject: creating a controller class
- From: Jeremy Rotsztain <email@hidden>
- Date: Tue, 17 Jul 2007 18:16:27 -0400
i've got a controller class, MyController, that is used by the main
class (ImageMaker, an image generating class) to display images in
the main application window.
MyController is setup as an IBOutlet for that main class.
i wanted to create a button on the gui that communicates through
MyController to ImageMaker, but when i place #import "ImageMaker.h"
in MyController.h, XCode throws an error.
Is it not possible to set up two way-communication between a
controller and another class?
thanks,
jeremy
_______________________________________________
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