--snip--
8. Save and drag the TestController.h file into IB again, and this
time note that IB complains "Outlet Unavailable. The 'test' outlet
of 'Test Controller' is connected to 'Wnidow (Window)' but 'test' is
no longer defined on TestController. This complaint is registered as
a little warning symbol at the bottom right hand side of the IB
project window; click on it to see the full warning.
9. Look at your TestController definition again, see that the outlet
*is* in fact defined, scratch your head, and send an email to the
cocoa-dev mailing list. ;-)
Any thoughts? I *should* be able to declare the @interface section
of a category in the same .h file as the main @interface, shouldn't I?
My first thought is you shouldn't be dropping the header into IB (if
you re using IB3).
_______________________________________________
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