Hello again... I have a new issue. Is it possible to include native Cocoa code in the bundle? I would like to have a Cocoa objective-C class that is hooked up to the same XIB that my C# class is hooked up to. Different elements but within the same XIB. ideally I'd have the NSTabViewItem handled by an objective-C class and an NSArrayController that is handled by a C# class.
Is that possible? Thanks, Duane

