PDA

View Full Version : How to use OmniInspector framework


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

Thanks!

pronvit
2007-04-19, 01: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
2008-01-15, 03: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).