Get layout frame of NSView (i.e. ibLayoutInset)
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 开发者_Go百科frames. Is there a way to access the ibLayoutInset property from my code?
Check out the Interface Builder Kit's NSView additions. Is that what you're looking for?
精彩评论