Flashy background image
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"]]];
精彩评论