JMBackgroundCameraView
Use a front or back camera on backgroundView in your app. This is perfect for Logins or Welcome screens.
##Installation
At this moment, You can install only a way, manually.
For install, you can import JMBackgroundCameraView folder to your project. Import JMBackgroundCameraView.h
and init a view.
This Folder already contains blur effect.
##Usage It's very easy.
-
Define
JMBackgroundCameraView
:@property (nonatomic, strong) JMBackgroundCameraView *v;
-
You can use two constructors, device position for back or front camera:
-(instancetype)initWithFrame:(CGRect)frame positionDevice:(DevicePositon)position blur:(UIBlurEffectStyle)blur;
· UIBlurEffectStyleDark
· UIBlurEffectStyleLight
· UIBlurEffectStyleExtraLight
or:
-(instancetype)initWithFrame:(CGRect)frame positionDevice:(DevicePositon)position;
-
Just need add view
addSubview
##Requeriments Required iOS8 for Blur.
##License Mit License
##Contact [email protected]