swift

简单实用的Toast提示框Swift、OC版

2018-03-30  本文已影响2071人  a浮生若梦a

写了一个Swift版提示框,简单明了 代码还少😄,有用到的同学可以自己下载 Deom地址查看

首先来个效果图: 效果图

> 使用介绍:

CBToast.showToastAction(message: "加载中。。。")
CBToast.showToast(message: "加载中。。。", aLocationStr: "bottom", aShowTime: 3.0)
//显示
CBToast.showToastAction()

//关闭
CBToast.hiddenToastAction()
//默认显示方法,(时间默认2.0s,位置默认center)
CBToast.showIndicatorToastAction(message: "加载中。。。")

//自己定义时间和位置
self.showIndicatorToast(message: "加载", aLocationStr: "top", aShowTime: 6.0)

//关闭
CBToast.hiddenIndicatorToastAction()

Deom地址查看

上一篇 下一篇

猜你喜欢

热点阅读