How to put overlay NSImageView and keep it at the top of a WebView?
Posted
by frankish
on Stack Overflow
See other posts from Stack Overflow
or by frankish
Published on 2010-04-19T22:00:57Z
Indexed on
2010/04/19
22:03 UTC
Read the original article
Hit count: 285
How to put overlay view (NSImageView) and keep it at the top in front of a WebView ( which runs core animation or )?
Standard ordering in interface builder does not help.. imageview is shown in front of the webview but when i load the contents of webview with a tag or only just an html opacity animation, suddently webview takeovers the top position and shows over the imageview.
Can't i do this?
© Stack Overflow or respective owner