排序:发表时间 | 浏览数 共有91提醒 (Notification)开源软件,第1

  • SWAlertController2SWAlertController2

    SWAlertController2 参照系统的“UIAlertController”的样式UI和接口做成的弹框; 支持多种z外观UI的自定义; UI外形和系统弹框的样式统一; 创建、使用的接口和系统弹框的“UIAlertController”接口基本一致; 相对于系统弹框,除了显示文本message,还支持更多的控件类型...

  • TSSCrollStatusBarTSSCrollStatusBar

    TSSCrollStatusBar 是一个仿微博的下拉提示,大概效果如图 0. 实现功能 通过分类加属性,给UIScrollView添加了属性ts_scrollStatusBar,来显示和微博下拉刷新类似的下拉提示效果 可以多行 可以动态切换文案 更多功能有待完善 1. 原理 通过给UIScrollView 写分类,在分类中添加属...

  • iNotify.jsiNotify.js

    iNotify.js 主要是调用 Chrome、Firefox、Safari 等浏览器提供的系统通知 API,实现浏览器系统通知,实现 title 标签 闪烁、滚动、声音提示。favicon 图标数字信息通知,声音播放等..... 例子Demo预览,文档中找哦   下载 # v2.x $ npm install @wcjiang/notify -...

  • FFToastFFToast

    FFToast是一个非常强大的iOS message notifications和AlertView扩展。它可以很容易实现从屏幕顶部、屏幕底部和屏幕中间弹出一个通知。你可以很容易的自定义弹出的View. 要求 支持iOS 8或更高版本 支持ARC 特点 简单易用 可以很容易自定义 安装 CocoaPods 要使用CocoaPods安...

  • AlerterAlerter

    Alerter 是一个 Android 警报库,旨在克服 Toasts 和 Snackbars 的局限性,降低布局的复杂性。 Gradle dependencies {     compile 'com.tapadoo.android:alerter:1.0.2' } Usage 考虑到简单性,Alerter 采用了构建器模式,以便于轻松集成到任何应用程序中。 Fr...

  • CLSystemAlertControllerCLSystemAlertController

    CLSystemAlertController 封装了系统提示窗口,兼容iOS8.3以下版本。 使用方法: __weak __typeof(self) weakSelf = self; [CLSystemAlertController ShowAlertToController:self                           alertControllerStyle:SystemAl...

  • HMAMessageViewManagerHMAMessageViewManager

    HMAMessageViewManager 是简单的通知 banner(出现在视图的底部)。无依赖,无遗留代码,支持旋转。

  • EZAlertControllerEZAlertController

    EZAlertController 是简单的 Swift 的 UIAlertController。  

  • UNAlertViewUNAlertView

    UNAlertView 是 UIAlertView 的替代品,显示更加简单和灵活。  

  • NotificationAlertViewNotificationAlertView

    'NotificationAlertView' 允许你将视图作为弹窗提醒,容易扩展和灵活集成。

  • GTToastGTToast

    GTToast 是可以显示 toast 通知的库。

  • LocalNotificationHelperLocalNotificationHelper

    LocalNotificationHelper  是用 swift 编写的本地通知。 使用示例: // Create and post local notifications   LocalNotificationHelper.sharedInstance.postNotification(key: "mobiwise", title: "mobiwise", message: "Lets take a break", secon...

top Created with Sketch. 顶部