标签: iphone xcode ipad macos
我有一个应用程序,想要使用闪光效果和闪光功能作为我的UIView的背景。对此我的任何回复都会对我有更大的帮助。 提前谢谢。
答案 0 :(得分:1)
你有这张照片吗?然后你可以试试 -
[view setBackgroundColor:[[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"glitters_image.png"]]];