iPad Video with Transparency

后端 未结 5 1726
一生所求
一生所求 2020-12-15 05:11

is it possible to have a QuickTime video with alpha layer (transparency) play on top of a static dynamic background UIView (i.e. a view that changes occasionall

5条回答
  •  眼角桃花
    2020-12-15 05:51

    I think you can make videos transparent , while playing the video adjust the alpha of view from 0.0 to 1.0. for eg 0.50. After playing the vido change the alpha of view to 1.0.

提交回复
热议问题