MCNotificationManager:在您的应用程序中显示您自己的横幅,例如通知中心

时间:2021-07-08 02:18:10
【文件属性】:
文件名称:MCNotificationManager:在您的应用程序中显示您自己的横幅,例如通知中心
文件大小:151KB
文件格式:ZIP
更新时间:2021-07-08 02:18:10
Objective-C MC通知管理器 在您的应用程序中显示您自己的横幅,例如通知中心。 ##截屏 安装 将以下内容添加到您的 Podfile pod 'MCNotificationManager' 或克隆为 git 子模块, 或者只是将MCNotificationManager文件夹中的文件复制到您的项目中。 使用 MCNotificationManager 首先,像这样设置你的通知: MCNotification *notification = [MCNotification notification]; notification.image = [UIImage imageNamed:@"IconChat"]; notification.text = @"Tom"; notification.detailText = @"How are things going? :)"; notificat
【文件预览】:
MCNotificationManager-master
----.gitignore(281B)
----MCNotificationManagerDemo()
--------MCNotificationManagerDemo()
--------MCNotificationManagerDemoTests()
--------MCNotificationManagerDemo.xcodeproj()
----screenshot1.png(41KB)
----LICENSE(1KB)
----MCNotificationManager()
--------MCTransparentView.m(523B)
--------MCNotificationView.h(347B)
--------MCTransparentView.h(233B)
--------MCNotificationManager.h(397B)
--------MCNotification.m(948B)
--------MCNotificationManager.m(6KB)
--------MCNotification.h(1KB)
--------MCNotificationView.m(4KB)
----README.md(2KB)
----screenshot2.png(38KB)
----MCNotificationManager.podspec(689B)
----screenshot3.png(37KB)

网友评论