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'
#import "UIView+Notify.h"
...
[someView notify:@"This is a message"];
- Add
UIView+Notify.h
andUIView+Notify.m
to your project - Add
QuartzCore.framework
to your project