Using Protocols
Using Protocols
- Subject: Using Protocols
- From: mw <email@hidden>
- Date: Mon, 30 Dec 2002 09:27:49 -0500
Hello,
I am creating a class for a custom control (a button with rollover states).
This class needs a "helper" class, or a delegate, so I decided to create a
formal protocol that defines all of the functions this delegate class needs
to have so the rollover button can get things like its rollover states and
selectors that should be performed on the different states.
So here is the interface for the custom class:
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.