CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

SPLBokehBackgroundView 1.0.0

SPLBokehBackgroundView 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Oliver Letterer.



Screenshot

Installation

pod 'SPLBokehBackgroundView'

Usage

SPLBokehBackgroundView *bokehBackgroundView = [[SPLBokehBackgroundView alloc] initWithFrame:...];
bokehBackgroundView.showsFPS = YES;
[self.view addSubview:bokehBackgroundView];