FROM : matt neuburg
DATE : Thu Oct 31 20:20:26 2002
On Thu, 31 Oct 2002 01:51:27 -0500, Phillip Ulrich <<email_removed>> said:
>1. I have the original class. It's called BlogController. I like it
>enough to use it in a second app.
>
>2. I create the second app and get to the point where I'm ready to add
>BlogController.
>
>3. In Interface Builder, I create a class called BlogController. I
>give it all the same outlets and actions as BlogController
Instead, in PB, copy BlogController.m and BlogController.h into your project, then drag BlogController.h into the IB window. All done! Now IB knows all about BlogController, and if you like you can create an instance and hook up the outlets and actions. m.
matt neuburg, phd = <email_removed>, http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart. http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Thu Oct 31 20:20:26 2002
On Thu, 31 Oct 2002 01:51:27 -0500, Phillip Ulrich <<email_removed>> said:
>1. I have the original class. It's called BlogController. I like it
>enough to use it in a second app.
>
>2. I create the second app and get to the point where I'm ready to add
>BlogController.
>
>3. In Interface Builder, I create a class called BlogController. I
>give it all the same outlets and actions as BlogController
Instead, in PB, copy BlogController.m and BlogController.h into your project, then drag BlogController.h into the IB window. All done! Now IB knows all about BlogController, and if you like you can create an instance and hook up the outlets and actions. m.
matt neuburg, phd = <email_removed>, http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart. http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Phillip Ulrich | Oct 31, 07:51 | |
| matt neuburg | Oct 31, 20:20 |






Cocoa mail archive

