开发者

Flashy background image

开发者 https://www.devze.com 2023-03-26 10:50 出处:网络
I have an application and want to use the flash effect with glitters feature as th开发者_如何学JAVAe background to my UIView. Any reply on this would be a greater help for me.

I have an application and want to use the flash effect with glitters feature as th开发者_如何学JAVAe background to my UIView. Any reply on this would be a greater help for me. Thank you in advance.


Do you have this as an image? Then you could try -

[view setBackgroundColor:[[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"glitters_image.png"]]];

0

精彩评论

暂无评论...
验证码 换一张
取 消