Get layout frame of NSView (i.e. ibLayoutInset)

Posted by Daniel Weber on Stack Overflow See other posts from Stack Overflow or by Daniel Weber
Published on 2010-06-07T23:50:07Z Indexed on 2010/06/08 1:22 UTC
Read the original article Hit count: 237

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?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa