PDA

View Full Version : How to use OmniInspector framework


pronvit
04-19-2007, 05:50 AM
Where I can find some info or example how to use OmniInspector framework?

Thanks!

pronvit
04-19-2007, 02:41 PM
I created inspector subclass, view, implemented required methods in that subclass, created entries in Info.plist and now when I press some button inspectors window appears with my inspector collapsed. But when I try to click on its title to expand it, I get

*** -[NSCFArray insertObject:atIndex:]: attempt to insert nil

and nothing happens.. seems I forgot something else...

cellophane
01-15-2008, 04:47 PM
In your view NIB for the inspector, you need to make File's Owner your inspector subclass, then connect the view (and anything else you need).