GithubHelp home page GithubHelp logo

pfstatusbaralert's Introduction

Simple Status Bar Alert

I like to use this for showing a small alert that users can tap on to respring the device once preferences are changed. You can use it however you would like since it's not limited to only notifications.

PFStatusBarAlert.h

@interface PFStatusBarAlert : NSObject
- (id)initWithMessage:(NSString *)message notification:(NSString *)notification action:(SEL)action target:(id)target;
@property (nonatomic, copy) NSString *message; // Message for status bar button
@property (nonatomic, copy, readonly) NSString *notification; // notification to listen for (prefs changed) NOTE: optional
@property (nonatomic, retain) UIColor *backgroundColor; // modify if you want a different color than default
@property (nonatomic, retain) UIColor *textColor; // modify if you want a different color than default
@property (nonatomic, assign) SEL action; // action to send when tapped
@property (nonatomic, retain) id target; // target to send action to when tapped
@property (nonatomic, retain) UIWindow *applicationWindow; // app window
@property (nonatomic, retain) UIButton *actionButton; // main text button
@property (nonatomic, assign) int oldLevel; // private old window level before overlaying
- (void)showOverlayForSeconds:(float)seconds; // this will be called for 5.5s automatically on notification. NOTE: if no notification is set call manually
- (void)hideOverlay; // hide overlay NOTE: you won't need to call this since the timer hides automatically
@end

pfstatusbaralert's People

Contributors

atomikpanda avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nosskirneh

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.