Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 686 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 686 Bytes

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