I have an NSTableView that gets reloaded. While new data is loading, I want to add a subview ontop of it with a spinner. I would like the view ontop to be semi-transparent and reveal the view beneath it, to be blurred. How would I go about doing this?
|
The easiest solution—significantly more so than the
|
|||||||||
|
|
The basic technique would be to snap an image of your view, using something like the This is fakery, of course, but that's what showmanship is about :-) |
||||
|
|
|
Have you tried changing the Alpha attribute for the view (for transparency)? Also here's a link on blurring a view: Blur Effect for UIView |
|||
|
|