Giter Site home page Giter Site logo

jspoppingoverlay's Introduction

JSPoppingOverlay

Simple subclass of UIView for displaying a quick event feedback to a user.

GIF

Installation

###Manually

  • Drag the Popping Overlay/JSPoppingOverlay folder into your project.

###Cocoapods

  • There is currently no support for Cocoapods. If you really want it, please make a feature request by creating an issue with the feature request label.

Usage

You can see the sample XCode project in Demo/

#####Important: Success/error images are not included in the JSPoppingOverlay folder.

You can use the provided JSPoppingOverlay category on UIView:

[self.viewToShowOverlayOn showSuccessPoppingOverlayWithMessage:mySuccessMessage];

Or you can create and customize a JSPoppingOverlay object:

JSPoppingOverlay *poppingOverlay = [[JSPoppingOverlay alloc] init];

// customization
poppingOverlay.animationDuration = myAnimationDuration;
poppingOverlay.font = myFont;

[poppingOverlay showSuccessOnView:viewToShowOverlayOn message:mySuccessMessage];

Customization

There are multiple properties you can access to customize the appearance of the popping overlay:

@property (nonatomic, strong) UIColor *backgroundOverlayColor;
@property (nonatomic) CGFloat backgroundOverlayAlpha;
@property (nonatomic, strong) UIColor *textColor;
@property (nonatomic, strong) UIFont  *font;
@property (nonatomic, strong) UIImage *successImage;
@property (nonatomic, strong) UIImage *errorImage;
@property (nonatomic, strong) UIImage *customImage;
@property (nonatomic) NSTimeInterval animationDuration;
@property (nonatomic) NSTimeInterval duration;

Issues/Contributions

Feel free to submit an issue or a pull request!

jspoppingoverlay's People

Contributors

justinsacbibit avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.