revealapp / Revert

REVEal Rendering Test
revealapp.com
BSD 3-Clause "New" or "Revised" License
364 stars 28 forks source link

Add UI Visual Effect View Example #49

Closed yimingc2 closed 5 years ago

yimingc2 commented 5 years ago

Add an example of visual effect view based on the hierarchy below. UIView(effect = blur) ->ContentView ->UIView(effect = vibrancy) ->ContentView ->UILabel

This is used to test the new feature of UIVEV that @layoutSubviews currently working on.