1. 首页
  2. 考试认证
  3. 其它
  4. MCNotificationManager 在您的应用程序中显示您自己的横幅,例如通知中心

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

上传者: 2024-08-24 15:23:24上传 ZIP文件 151.3KB 热度 7次
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
下载地址
用户评论