Skip to content

nedpark/UIView-Notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIView-Notify

Please note This library is no longer maintained.

UIView category for simple user notifications The message is displayed on the bottom of the parent view with a slide in/out effect

Based off Charles Scalesse's 'Toast'

Sample

#import "UIView+Notify.h"

...

[someView notify:@"This is a message"];

Setup

  • Add UIView+Notify.h and UIView+Notify.m to your project
  • Add QuartzCore.framework to your project

Screenshot

UIView+Notify

About

UIView category for simple user notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%