ATToastView 0.1.1

ATToastView 0.1.1

ablettx 维护。



 
依赖项
ATPopupView>= 0
YYText>= 0
 

ATToastView

CI Status Version License Platform

示例

要运行示例项目,请先克隆仓库,再从 Example 目录中运行 pod install

#import <ATToastView/ATToastView.h>
  • Toast - 默认
ATToastView.build.withDetail(@"This description is used to generate tags and improve search results.").showInWindow();
  • Toast - 标题,详情
ATToastView.build.withTitle(@"连续学习达10分钟").withDetail(@"+15 贝乐币").showIn(self.view);

需求

安装

ATToastView 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod 'ATToastView'

作者

ablett,[email protected]

许可证

ATToastView遵循MIT许可证。更多信息请参阅LICENSE文件。