NSToastView 1.0.0

NSToastView 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2021

Maintained by Rahul R.



  • By
  • rahul-apple

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, [email protected]

License

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