BenjaminPrieur / IOToastInput

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOToastInput

CI Status Version License Platform

Usage

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

Prerequisites

IOToastInput advantages of recent Objective-C runtime advances, including ARC and blocks. It requires:

  • iOS 7 or later.

Installation

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

pod "IOToastInput"

Example of usage

[IOToastInputManager showNotificationWithMessage:@"You can insert your text" completionBlock:^ (NSInteger index, NSString *text) {

}];

Author

Benjamin Prieur

License

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

About

License:MIT License


Languages

Language:Objective-C 57.2%Language:Shell 19.0%Language:XML 15.2%Language:Ruby 6.5%Language:C 2.1%