TWMessageBarManager
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/terryworona/TWMessageBarManager
- 软件文档: https://github.com/terryworona/TWMessageBarManager
- 官方下载: https://github.com/terryworona/TWMessageBarManager
软件介绍
TWMessageBarManager 实现了在屏幕上方滑动出现通知条,并且自动滑动消失。支持自定义显示时长,默认是3秒。
使用方法:
[[TWMessageBarManager sharedInstance] showMessageWithTitle:@"Account Updated!" description:@"Your account was successfully updated." type:TWMessageBarMessageTypeSuccess];
