To run the example project, clone the repo, and run pod install
from the Example directory first.
IOToastInputSwift advantages of recent Swift runtime advances. It requires:
- iOS 7 or later.
IOToastInputSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "IOToastInputSwift"
[IOToastInputManager showNotificationWithMessage:@"You can insert your text" completionBlock:^ (NSInteger index, NSString *text) {
}];
Benjamin Prieur
IOToastInputSwift is available under the MIT license. See the LICENSE file for more info.