CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2017 |
Maintained by Fxxx.
一个使用单例封装的通知弹窗, 自带上移动画效果
将FXToast拖入工程即可,在需要使用的地方 #import "FXToast.h"
1 可以直接使用类名调用类方法显示
[FXToast showAlert:@"something"];
2 可以创建单例对象,使用对象方法显示
FXToast * toast = [FXToast sharedToast];
[toast showAlert:@"someThing"];
欢迎使用和交流, [email protected]