VidhyaKumar / VKNotification

Simple notification banner for iOS applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VKNotification

Simple notification banner for iOS applications providing a clean in-app alerts.

image

Requirements

  • Xcode 5 or higher
  • Apple LLVM compiler
  • iOS 6.0 or higher
  • ARC

Installation

All you need to do is drop VKNotification files into your project, and add #import "VKNotification.h" to the top of classes that will use it.

# import "VKNotification.h"

...

[VKNotification createMessage:@"Invalid login credentials, please try again." targetView:self.view];

Contact

Vidhya Kumar

Email: vidhya.kumar@outlook.com

GitHub: http://github.com/codestackr

Twitter: @codestackr

About

Simple notification banner for iOS applications.

License:Apache License 2.0


Languages

Language:Objective-C 100.0%