IOToastInput 0.2.0

IOToastInput 0.2.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布上次发布2015年2月

由Benjamin Prieur维护。Benjamin Prieur.



  • Benjamin Prieur

使用方法

要运行示例项目,首先克隆仓库,然后在“Example”目录中运行`pod install`。

先决条件

IOToastInput利用了最近Objective-C运行时的进步,包括ARC和块。它需要iOS 7或更高版本。

  • iOS 7或更高版本。

安装

使用示例

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

}];

作者

Benjamin Prieur

许可证

IOToastInput可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。