All Projects → andreamazz → Uiview Notify

andreamazz / Uiview Notify

UIView category for simple user notifications

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].