How to add a blurred view ontop of a view?

后端 未结 4 1255
灰色年华
灰色年华 2021-01-30 09:54

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 r

4条回答
  •  心在旅途
    2021-01-30 10:16

    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

提交回复
热议问题