SPLBokehBackgroundView 1.0.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最后发布2014年12月由 Oliver Letterer 维护。安装指南×SPLBokehBackgroundView 的安装指南您想在 Podfile 中添加类似以下的内容:target 'MyApp' do pod 'SPLBokehBackgroundView', '~> 1.0' end然后在您的终端中运行 pod install,或在 CocoaPods.app 中操作。或者为了测试运行,运行以下命令:pod try SPLBokehBackgroundView查看 PodspecGitHub 仓库CocoaPods.org 上的页面SPLBokehBackgroundView 1.0.0由Oliver LettererolettererOliverLetterer/SPLBokehBackgroundViewGitHub Repo 安装 pod 'SPLBokehBackgroundView' 使用 SPLBokehBackgroundView *bokehBackgroundView = [[SPLBokehBackgroundView alloc] initWithFrame:...]; bokehBackgroundView.showsFPS = YES; [self.view addSubview:bokehBackgroundView];