Class Hierarchy in the Interface Builder
Class Hierarchy in the Interface Builder
- Subject: Class Hierarchy in the Interface Builder
- From: "email@hidden" <email@hidden>
- Date: Fri, 28 May 2004 15:41:35 +0200
Hello
I am relatively new to cocoa and have a kind of a refactoring problem:
Two Controller ControllerA and ControllerB have common Code, therefore
I introduce an AbstractController as a superclass of ControllerA and
ControllerB. The AbstractController has only be added in XCode while
the other Classes are used in the Interface Builder, too. Now if I look
at the Class Browser of the Interface Builder ControllerA and
ControllerB are still subclasses of NSObject. While the code is working
correct, the missing class in the IB might be confusing...
Any idea to fix this problem?
Thank you
Roman Bertolami
_______________________________________________
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.