cocoa - Clipping NSWindow -


i quite new cocoa macosx development , facing following challenge: there app have not written , need scissoring of main window. said way, need 'hide', let's half bottom of window or other sides of window (dynamically). don't want content of window (views & sub-views) resized!

i tried things playing layer.maskstobounds of window's content view. played nsview.setbounds. no luck till :( going way: is possible clip child nswindow parent? solution question not have answer :-/ of direction highly appreciated !


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -