views:

28

answers:

1

I'm working on an Interface Builder-type app for interface design. I would like to be able to align NSView's along their layout frames. Is there a way to access the ibLayoutInset property from my code?

A: 

Check out the Interface Builder Kit's NSView additions. Is that what you're looking for?

Joshua Nozzi