SPLBokehBackgroundView
SPLBokehBackgroundView copied to clipboard
Rebuilding iOS 7 dynamic wallpapers.
SPLBokehBackgroundView
Installation
pod 'SPLBokehBackgroundView'
Usage
SPLBokehBackgroundView *bokehBackgroundView = [[SPLBokehBackgroundView alloc] initWithFrame:...];
bokehBackgroundView.showsFPS = YES;
[self.view addSubview:bokehBackgroundView];