Skip to content

SnugJoker/PBJEffects

Repository files navigation

PBJEffects

Build Status Version License Platform Languages BCH compliance CocoaPods Donate

Description

PBJEffects is a nice collection of cool effects.

Example

Screenshot

Requirements

No requirements needed.

Installation

PBJEffects is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PBJEffects'

How To Use

To use PBJEffects first import the class:

#import "PBJEffects.h"

Then simply add one of the methods to your code:

Objective C

  • Shadow
+(void)addShadowToView:(UIView *)view withShadowType:(ShadowType)shadowType;
+(void)addShadowToView:(UIView *)view onSuperView:(UIView *)superView;
+(UIView *)addShadowView:(UIView *)viewShadow toView:(UIView *)view onSuperView:(UIView *)superView;
  • Blur
+(UIView *)addBlurToView:(UIView *)view withStyle:(UIBlurEffectStyle)style;
+(UIImage *)addBlurToImage:(UIImage *)image;
  • Image Filters

for image filters please refer to PBJImageFilters .README file. .

Author

Joseph Razon, razonjoe@gmail.com

(Also few parts were inspired by Michael Nachbaur https://github.com/NachoMan)

License

PBJEffects is available under the MIT license. See the LICENSE file for more info.

About

PBJEffects is a nice Objective C collection of cool effects to implement on any view.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published