CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

FXToast 1.1.4

FXToast 1.1.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2017

Maintained by Fxxx.



FXToast 1.1.4

  • By
  • Fxxx

一个使用单例封装的通知弹窗, 自带上移动画效果

集成方法

将FXToast拖入工程即可,在需要使用的地方 #import "FXToast.h"

使用方法

  • 1 可以直接使用类名调用类方法显示

    [FXToast showAlert:@"something"];

  • 2 可以创建单例对象,使用对象方法显示

    FXToast * toast = [FXToast sharedToast];        
    [toast showAlert:@"someThing"];

效果展示

欢迎使用和交流, [email protected]