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.
iOS 6.0
NSToastView is available through CocoaPods. To install it, simply add the following line to your Podfile:
[NSToastView nsShowToast:@"This is a test Toast" duration:4.0f completion: ^{
[NSToastView nsShowToast:@"" delay:0.5f];
}];
##POD
pod "NSToastView"
rahul-apple, rahulthazhuthala@gmail.com
NSToastView is available under the MIT license. See the LICENSE file for more info.