Skip to content

PBJEffects is a nice collection of cool effects.

License

Notifications You must be signed in to change notification settings

carabina/PBJEffects

 
 

Repository files navigation

PBJEffects

Build Status Version License Platform BCH compliance

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 PBJAnimations first import the class:

#import "PBJEffects.h"

Then simply add one of the methods to your code:

Objective C

  • Shadow
+(void)addShadowToView:(UIView *)view;
+(void)addShadowToView:(UIView *)view onSuperView:(UIView *)superView;
+(UIView *)addShadowView:(UIView *)viewShadow toView:(UIView *)view onSuperView:(UIView *)superView;
  • Fade
+(void)fadeInView:(UIView *)view;
+(void)fadeOutView:(UIView *)view;
  • Blur
+(UIView *)addBlurToView:(UIView *)view;
+(UIImage *)addBlurToImage:(UIImage *)image;
  • Image Filters
+(UIImage *)convertImageToMonoEffect:(UIImage *)image;
+(UIImage *)convertImageToNoirEffect:(UIImage *)image;
+(UIImage *)image:(UIImage *)image withCIFilter:(NSString *)filterName;
+(UIImage *)convertImageToGrayScale:(UIImage *)image;
+(UIImage *)colorizeImage:(UIImage *)image withColor:(UIColor *)color;

Author

Joseph Razon, razonjoe@gmail.com

License

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

About

PBJEffects is a nice collection of cool effects.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 90.0%
  • Ruby 10.0%