I create a new viewController on storyboard. I want that viewController's view to shown thru the window. So, as far as I understood, I have to transform that view to a NSVisualEffects view.
How do I do that using interface builder?
I already have a lot of objects on that view added using interface builder, so, it will be nice to solve that using interface builder.
thanks