rahul-apple / NSToastView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSToastView

Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

The class is Designed for Show Toast in iOS App similar To the Android Toast.

Requirements

iOS 6.0

Installation

NSToastView is available through CocoaPods. To install it, simply add the following line to your Podfile:

Example Use:


[NSToastView nsShowToast:@"This is a test Toast" duration:4.0f completion: ^{
       [NSToastView nsShowToast:@"" delay:0.5f];
}];

##POD

pod "NSToastView"

Screenshots

Author

rahul-apple, rahulthazhuthala@gmail.com

License

NSToastView is available under the MIT license. See the LICENSE file for more info.

About

License:MIT License


Languages

Language:Objective-C 92.0%Language:Ruby 8.0%